Module org.elasticsearch.server
Class AtomicRegisterPreVoteCollector
java.lang.Object
org.elasticsearch.cluster.coordination.PreVoteCollector
org.elasticsearch.cluster.coordination.stateless.AtomicRegisterPreVoteCollector
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.cluster.coordination.PreVoteCollector
PreVoteCollector.Factory -
Field Summary
Fields inherited from class org.elasticsearch.cluster.coordination.PreVoteCollector
state -
Constructor Summary
ConstructorsConstructorDescriptionAtomicRegisterPreVoteCollector(StoreHeartbeatService heartbeatService, Runnable startElection) -
Method Summary
Modifier and TypeMethodDescriptionstart(ClusterState clusterState, Iterable<DiscoveryNode> broadcastNodes) Methods inherited from class org.elasticsearch.cluster.coordination.PreVoteCollector
update
-
Constructor Details
-
AtomicRegisterPreVoteCollector
public AtomicRegisterPreVoteCollector(StoreHeartbeatService heartbeatService, Runnable startElection)
-
-
Method Details
-
start
- Specified by:
startin classPreVoteCollector
-