Uses of Interface
org.elasticsearch.cluster.routing.RerouteService
-
-
Uses of RerouteService in org.elasticsearch.cluster.action.shard
Constructors in org.elasticsearch.cluster.action.shard with parameters of type RerouteService Constructor Description ShardFailedClusterStateTaskExecutor(AllocationService allocationService, RerouteService rerouteService, Supplier<Priority> prioritySupplier, org.apache.logging.log4j.Logger logger)ShardStartedClusterStateTaskExecutor(AllocationService allocationService, RerouteService rerouteService, Supplier<Priority> prioritySupplier, org.apache.logging.log4j.Logger logger)ShardStateAction(ClusterService clusterService, TransportService transportService, AllocationService allocationService, RerouteService rerouteService, ThreadPool threadPool) -
Uses of RerouteService in org.elasticsearch.cluster.coordination
Constructors in org.elasticsearch.cluster.coordination with parameters of type RerouteService 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)JoinTaskExecutor(Settings settings, AllocationService allocationService, org.apache.logging.log4j.Logger logger, RerouteService rerouteService) -
Uses of RerouteService in org.elasticsearch.cluster.routing
Classes in org.elasticsearch.cluster.routing that implement RerouteService Modifier and Type Class Description classBatchedRerouteServiceABatchedRerouteServiceis aRerouteServicethat batches together reroute requests to avoid unnecessary extra reroutes. -
Uses of RerouteService in org.elasticsearch.cluster.routing.allocation
Constructors in org.elasticsearch.cluster.routing.allocation with parameters of type RerouteService Constructor Description DiskThresholdMonitor(Settings settings, Supplier<ClusterState> clusterStateSupplier, ClusterSettings clusterSettings, Client client, LongSupplier currentTimeMillisSupplier, RerouteService rerouteService) -
Uses of RerouteService in org.elasticsearch.discovery
Constructors in org.elasticsearch.discovery with parameters of type RerouteService 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 RerouteService in org.elasticsearch.discovery.zen
Constructors in org.elasticsearch.discovery.zen with parameters of type RerouteService Constructor Description 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) -
Uses of RerouteService in org.elasticsearch.gateway
Constructors in org.elasticsearch.gateway with parameters of type RerouteService Constructor Description GatewayAllocator(RerouteService rerouteService, TransportNodesListGatewayStartedShards startedAction, TransportNodesListShardStoreMetaData storeAction)
-