Uses of Class
org.elasticsearch.gateway.GatewayAllocator
-
Packages that use GatewayAllocator Package Description org.elasticsearch.action.admin.cluster.allocation org.elasticsearch.action.admin.cluster.health org.elasticsearch.cluster.routing.allocation -
-
Uses of GatewayAllocator in org.elasticsearch.action.admin.cluster.allocation
Methods in org.elasticsearch.action.admin.cluster.allocation with parameters of type GatewayAllocator Modifier and Type Method Description static ClusterAllocationExplanationTransportClusterAllocationExplainAction. explainShard(ShardRouting shardRouting, RoutingAllocation allocation, ClusterInfo clusterInfo, boolean includeYesDecisions, GatewayAllocator gatewayAllocator, ShardsAllocator shardAllocator)Constructors in org.elasticsearch.action.admin.cluster.allocation with parameters of type GatewayAllocator Constructor Description TransportClusterAllocationExplainAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ClusterInfoService clusterInfoService, AllocationDeciders allocationDeciders, ShardsAllocator shardAllocator, GatewayAllocator gatewayAllocator) -
Uses of GatewayAllocator in org.elasticsearch.action.admin.cluster.health
Constructors in org.elasticsearch.action.admin.cluster.health with parameters of type GatewayAllocator Constructor Description TransportClusterHealthAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, GatewayAllocator gatewayAllocator) -
Uses of GatewayAllocator in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation with parameters of type GatewayAllocator Modifier and Type Method Description voidAllocationService. setGatewayAllocator(GatewayAllocator gatewayAllocator)Constructors in org.elasticsearch.cluster.routing.allocation with parameters of type GatewayAllocator Constructor Description AllocationService(AllocationDeciders allocationDeciders, GatewayAllocator gatewayAllocator, ShardsAllocator shardsAllocator, ClusterInfoService clusterInfoService)
-