Uses of Class
org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
Packages that use AllocationDeciders Package Description org.elasticsearch.action.admin.cluster.allocation org.elasticsearch.cluster.routing.allocation -
-
Uses of AllocationDeciders in org.elasticsearch.action.admin.cluster.allocation
Constructors in org.elasticsearch.action.admin.cluster.allocation with parameters of type AllocationDeciders Constructor Description TransportClusterAllocationExplainAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ClusterInfoService clusterInfoService, AllocationDeciders allocationDeciders, ShardsAllocator shardAllocator, GatewayAllocator gatewayAllocator) -
Uses of AllocationDeciders in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation that return AllocationDeciders Modifier and Type Method Description AllocationDecidersRoutingAllocation. deciders()GetAllocationDecidersused for allocationConstructors in org.elasticsearch.cluster.routing.allocation with parameters of type AllocationDeciders Constructor Description AllocationService(AllocationDeciders allocationDeciders, ShardsAllocator shardsAllocator, ClusterInfoService clusterInfoService)AllocationService(AllocationDeciders allocationDeciders, GatewayAllocator gatewayAllocator, ShardsAllocator shardsAllocator, ClusterInfoService clusterInfoService)RoutingAllocation(AllocationDeciders deciders, RoutingNodes routingNodes, ClusterState clusterState, ClusterInfo clusterInfo, long currentNanoTime)Creates a newRoutingAllocation
-