Uses of Interface
org.elasticsearch.cluster.coordination.CoordinationState.PersistedState
-
Packages that use CoordinationState.PersistedState Package Description org.elasticsearch.cluster.coordination org.elasticsearch.gateway -
-
Uses of CoordinationState.PersistedState in org.elasticsearch.cluster.coordination
Classes in org.elasticsearch.cluster.coordination that implement CoordinationState.PersistedState Modifier and Type Class Description classInMemoryPersistedStateConstructors in org.elasticsearch.cluster.coordination with parameters of type CoordinationState.PersistedState Constructor Description CoordinationState(DiscoveryNode localNode, CoordinationState.PersistedState persistedState, ElectionStrategy electionStrategy)Constructor parameters in org.elasticsearch.cluster.coordination with type arguments of type CoordinationState.PersistedState Constructor Description 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 CoordinationState.PersistedState in org.elasticsearch.gateway
Methods in org.elasticsearch.gateway that return CoordinationState.PersistedState Modifier and Type Method Description CoordinationState.PersistedStateGatewayMetaState. getPersistedState()
-