Module org.elasticsearch.server
Interface BalancingWeightsFactory
- All Known Implementing Classes:
GlobalBalancingWeightsFactory
public interface BalancingWeightsFactory
A balancing weights factory must be able to divide all shards and nodes into mutually
disjoint partitions. Allocation balancing will then be conducted sequentially for each partition.
If you can't partition your shards and nodes in this way, use GlobalBalancingWeightsFactory
-
Method Summary
-
Method Details
-
create
BalancingWeights create()
-