Uses of Class
org.elasticsearch.cluster.service.MasterService
-
Packages that use MasterService Package Description org.elasticsearch.cluster.coordination org.elasticsearch.cluster.service org.elasticsearch.discovery org.elasticsearch.discovery.zen -
-
Uses of MasterService in org.elasticsearch.cluster.coordination
Constructors in org.elasticsearch.cluster.coordination with parameters of type MasterService 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 MasterService in org.elasticsearch.cluster.service
Methods in org.elasticsearch.cluster.service that return MasterService Modifier and Type Method Description MasterServiceClusterService. getMasterService()Constructors in org.elasticsearch.cluster.service with parameters of type MasterService Constructor Description ClusterService(Settings settings, ClusterSettings clusterSettings, MasterService masterService, ClusterApplierService clusterApplierService) -
Uses of MasterService in org.elasticsearch.discovery
Constructors in org.elasticsearch.discovery with parameters of type MasterService 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 MasterService in org.elasticsearch.discovery.zen
Constructors in org.elasticsearch.discovery.zen with parameters of type MasterService Constructor Description MasterFaultDetection(Settings settings, ThreadPool threadPool, TransportService transportService, Supplier<ClusterState> clusterStateSupplier, MasterService masterService, ClusterName clusterName)NodeJoinController(Settings settings, MasterService masterService, AllocationService allocationService, ElectMasterService electMaster, RerouteService rerouteService)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)
-