Package org.elasticsearch.cluster.routing.allocation.allocator
-
Interface Summary Interface Description ShardsAllocator AShardsAllocator
is the main entry point for shard allocation on nodes in the cluster. -
Class Summary Class Description BalancedShardsAllocator TheBalancedShardsAllocator
re-balances the nodes allocations within an cluster based on aBalancedShardsAllocator.WeightFunction
.BalancedShardsAllocator.Balancer BalancedShardsAllocator.WeightFunction This class is the primary weight function used to create balanced over nodes and shards in the cluster.