Uses of Interface
org.elasticsearch.cluster.service.ClusterApplier
-
Packages that use ClusterApplier Package Description org.elasticsearch.cluster.coordination org.elasticsearch.cluster.service org.elasticsearch.discovery org.elasticsearch.discovery.zen -
-
Uses of ClusterApplier in org.elasticsearch.cluster.coordination
Constructors in org.elasticsearch.cluster.coordination with parameters of type ClusterApplier 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 ClusterApplier in org.elasticsearch.cluster.service
Classes in org.elasticsearch.cluster.service that implement ClusterApplier Modifier and Type Class Description classClusterApplierService -
Uses of ClusterApplier in org.elasticsearch.discovery
Constructors in org.elasticsearch.discovery with parameters of type ClusterApplier Constructor Description DiscoveryModule(Settings settings, ThreadPool threadPool, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService, MasterService masterService, ClusterApplier clusterApplier, ClusterSettings clusterSettings, List<DiscoveryPlugin> plugins, AllocationService allocationService, Path configFile, GatewayMetaState gatewayMetaState, RerouteService rerouteService) -
Uses of ClusterApplier in org.elasticsearch.discovery.zen
Constructors in org.elasticsearch.discovery.zen with parameters of type ClusterApplier Constructor Description ZenDiscovery(Settings settings, ThreadPool threadPool, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, MasterService masterService, ClusterApplier clusterApplier, ClusterSettings clusterSettings, SeedHostsProvider hostsProvider, AllocationService allocationService, Collection<BiConsumer<DiscoveryNode,ClusterState>> onJoinValidators, RerouteService rerouteService)
-