Uses of Class
org.elasticsearch.cluster.routing.allocation.AllocationService
-
-
Uses of AllocationService in org.elasticsearch.action.admin.cluster.reroute
Constructors in org.elasticsearch.action.admin.cluster.reroute with parameters of type AllocationService Constructor Description TransportClusterRerouteAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, AllocationService allocationService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of AllocationService in org.elasticsearch.action.admin.cluster.settings
Constructors in org.elasticsearch.action.admin.cluster.settings with parameters of type AllocationService Constructor Description TransportClusterUpdateSettingsAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, AllocationService allocationService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ClusterSettings clusterSettings) -
Uses of AllocationService in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return AllocationService Modifier and Type Method Description AllocationServiceClusterModule. getAllocationService() -
Uses of AllocationService in org.elasticsearch.cluster.action.shard
Constructors in org.elasticsearch.cluster.action.shard with parameters of type AllocationService 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 AllocationService in org.elasticsearch.cluster.coordination
Constructors in org.elasticsearch.cluster.coordination with parameters of type AllocationService 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)NodeRemovalClusterStateTaskExecutor(AllocationService allocationService, org.apache.logging.log4j.Logger logger) -
Uses of AllocationService in org.elasticsearch.cluster.metadata
Constructors in org.elasticsearch.cluster.metadata with parameters of type AllocationService Constructor Description MetaDataCreateIndexService(Settings settings, ClusterService clusterService, IndicesService indicesService, AllocationService allocationService, AliasValidator aliasValidator, Environment env, IndexScopedSettings indexScopedSettings, ThreadPool threadPool, NamedXContentRegistry xContentRegistry, boolean forbidPrivateIndexSettings)MetaDataDeleteIndexService(Settings settings, ClusterService clusterService, AllocationService allocationService)MetaDataIndexStateService(ClusterService clusterService, AllocationService allocationService, MetaDataIndexUpgradeService metaDataIndexUpgradeService, IndicesService indicesService, ThreadPool threadPool, TransportVerifyShardBeforeCloseAction transportVerifyShardBeforeCloseAction)MetaDataUpdateSettingsService(ClusterService clusterService, AllocationService allocationService, IndexScopedSettings indexScopedSettings, IndicesService indicesService, ThreadPool threadPool) -
Uses of AllocationService in org.elasticsearch.cluster.routing
Constructors in org.elasticsearch.cluster.routing with parameters of type AllocationService Constructor Description DelayedAllocationService(ThreadPool threadPool, ClusterService clusterService, AllocationService allocationService) -
Uses of AllocationService in org.elasticsearch.discovery
Constructors in org.elasticsearch.discovery with parameters of type AllocationService 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 AllocationService in org.elasticsearch.discovery.zen
Constructors in org.elasticsearch.discovery.zen with parameters of type AllocationService 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 AllocationService in org.elasticsearch.gateway
Constructors in org.elasticsearch.gateway with parameters of type AllocationService Constructor Description GatewayService(Settings settings, AllocationService allocationService, ClusterService clusterService, ThreadPool threadPool, TransportNodesListGatewayMetaState listGatewayMetaState, Discovery discovery)LocalAllocateDangledIndices(TransportService transportService, ClusterService clusterService, AllocationService allocationService, MetaDataIndexUpgradeService metaDataIndexUpgradeService) -
Uses of AllocationService in org.elasticsearch.snapshots
Constructors in org.elasticsearch.snapshots with parameters of type AllocationService Constructor Description RestoreService(ClusterService clusterService, RepositoriesService repositoriesService, AllocationService allocationService, MetaDataCreateIndexService createIndexService, MetaDataIndexUpgradeService metaDataIndexUpgradeService, ClusterSettings clusterSettings)
-