Uses of Package
org.elasticsearch.cluster.coordination
-
Classes in org.elasticsearch.cluster.coordination used by org.elasticsearch.cluster Class Description CoordinationMetaData CoordinationMetaData.VotingConfigExclusion CoordinationMetaData.VotingConfiguration A collection of persistent node ids, denoting the voting configuration for cluster state changes. -
Classes in org.elasticsearch.cluster.coordination used by org.elasticsearch.cluster.coordination Class Description ApplyCommitRequest 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.ClusterStatePublisher ClusterStatePublisher.AckListener CoordinationMetaData CoordinationMetaData.Builder CoordinationMetaData.VotingConfigExclusion CoordinationMetaData.VotingConfiguration A collection of persistent node ids, denoting the voting configuration for cluster state changes.CoordinationState.PersistedState Pluggable persistence layer forCoordinationState.CoordinationState.VoteCollection A collection of votes, used to calculate quorums.Coordinator.Mode ElectionStrategy Allows plugging in a custom election strategy, restricting the notion of an election quorum.FollowersChecker.FollowerCheckRequest Join Triggered by aStartJoinRequest, instances of this class represent join votes, and have a source and target node.JoinHelper JoinTaskExecutor.Task NodeRemovalClusterStateTaskExecutor.Task PreVoteResponse PublicationTransportHandler.PublicationContext PublishRequest Request which is used by the master node to publish cluster state changes.PublishResponse Response to aPublishRequest, carrying the term and version of the request.PublishWithJoinResponse Response to aPublishRequest.StartJoinRequest Represents the action of requesting a join vote (seeJoin) from a node. -
Classes in org.elasticsearch.cluster.coordination used by org.elasticsearch.cluster.metadata Class Description CoordinationMetaData -
Classes in org.elasticsearch.cluster.coordination used by org.elasticsearch.cluster.service Class Description ClusterStatePublisher -
Classes in org.elasticsearch.cluster.coordination used by org.elasticsearch.discovery Class Description ClusterStatePublisher ClusterStatePublisher.AckListener -
Classes in org.elasticsearch.cluster.coordination used by org.elasticsearch.discovery.zen Class Description ClusterStatePublisher ClusterStatePublisher.AckListener FailedToCommitClusterStateException Thrown when failing to publish a cluster state. -
Classes in org.elasticsearch.cluster.coordination used by org.elasticsearch.gateway Class Description CoordinationState.PersistedState Pluggable persistence layer forCoordinationState. -
Classes in org.elasticsearch.cluster.coordination used by org.elasticsearch.plugins Class Description ElectionStrategy Allows plugging in a custom election strategy, restricting the notion of an election quorum.