Uses of Class
org.elasticsearch.cluster.coordination.ElectionStrategy
-
Packages that use ElectionStrategy Package Description org.elasticsearch.cluster.coordination org.elasticsearch.plugins -
-
Uses of ElectionStrategy in org.elasticsearch.cluster.coordination
Fields in org.elasticsearch.cluster.coordination declared as ElectionStrategy Modifier and Type Field Description static ElectionStrategyElectionStrategy. DEFAULT_INSTANCEConstructors in org.elasticsearch.cluster.coordination with parameters of type ElectionStrategy Constructor Description CoordinationState(DiscoveryNode localNode, CoordinationState.PersistedState persistedState, ElectionStrategy electionStrategy)Coordinator(String nodeName, Settings settings, ClusterSettings clusterSettings, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, AllocationService allocationService, MasterService masterService, Supplier<CoordinationState.PersistedState> persistedStateSupplier, SeedHostsProvider seedHostsProvider, ClusterApplier clusterApplier, Collection<BiConsumer<DiscoveryNode,ClusterState>> onJoinValidators, Random random, RerouteService rerouteService, ElectionStrategy electionStrategy) -
Uses of ElectionStrategy in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type ElectionStrategy Modifier and Type Method Description default Map<String,ElectionStrategy>DiscoveryPlugin. getElectionStrategies()Allows plugging in election strategies (seeElectionStrategy) that define a customized notion of an election quorum.
-