Class ApplyCommitRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest

public class ApplyCommitRequest extends TransportRequest
A master node sends this request to its peers to inform them that it could commit the cluster state with the given term and version. Peers that have accepted the given cluster state will then consider it as committed and proceed to apply the state locally.
  • Field Details

    • sourceNode

      protected final DiscoveryNode sourceNode
    • term

      protected final long term
    • version

      protected final long version
  • Constructor Details

  • Method Details