Uses of Interface
org.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocator
-
-
Uses of ShardsAllocator in org.elasticsearch.action.admin.cluster.allocation
Methods in org.elasticsearch.action.admin.cluster.allocation with parameters of type ShardsAllocator 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 ShardsAllocator Constructor Description TransportClusterAllocationExplainAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ClusterInfoService clusterInfoService, AllocationDeciders allocationDeciders, ShardsAllocator shardAllocator, GatewayAllocator gatewayAllocator) -
Uses of ShardsAllocator in org.elasticsearch.cluster.routing.allocation
Constructors in org.elasticsearch.cluster.routing.allocation with parameters of type ShardsAllocator Constructor Description AllocationService(AllocationDeciders allocationDeciders, ShardsAllocator shardsAllocator, ClusterInfoService clusterInfoService)AllocationService(AllocationDeciders allocationDeciders, GatewayAllocator gatewayAllocator, ShardsAllocator shardsAllocator, ClusterInfoService clusterInfoService) -
Uses of ShardsAllocator in org.elasticsearch.cluster.routing.allocation.allocator
Classes in org.elasticsearch.cluster.routing.allocation.allocator that implement ShardsAllocator Modifier and Type Class Description classBalancedShardsAllocatorTheBalancedShardsAllocatorre-balances the nodes allocations within an cluster based on aBalancedShardsAllocator.WeightFunction. -
Uses of ShardsAllocator in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type ShardsAllocator Modifier and Type Method Description default Map<String,Supplier<ShardsAllocator>>ClusterPlugin. getShardsAllocators(Settings settings, ClusterSettings clusterSettings)ReturnShardsAllocatorimplementations added by this plugin.
-