Module org.elasticsearch.server
Class BalancerSettings
java.lang.Object
org.elasticsearch.cluster.routing.allocation.allocator.BalancerSettings
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBalancerSettings(ClusterSettings clusterSettings) BalancerSettings(Settings settings) -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatReturns the index related weight factor.floatReturns the shard related weight factor.floatReturns the currently configured delta thresholdfloat
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
BalancerSettings
-
BalancerSettings
-
-
Method Details
-
getIndexBalanceFactor
public float getIndexBalanceFactor()Returns the index related weight factor. -
getShardBalanceFactor
public float getShardBalanceFactor()Returns the shard related weight factor. -
getWriteLoadBalanceFactor
public float getWriteLoadBalanceFactor() -
getDiskUsageBalanceFactor
public float getDiskUsageBalanceFactor() -
getThreshold
public float getThreshold()Returns the currently configured delta threshold
-