Uses of Class
org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Rebalance
-
Packages that use EnableAllocationDecider.Rebalance Package Description org.elasticsearch.cluster.routing.allocation.decider -
-
Uses of EnableAllocationDecider.Rebalance in org.elasticsearch.cluster.routing.allocation.decider
Fields in org.elasticsearch.cluster.routing.allocation.decider with type parameters of type EnableAllocationDecider.Rebalance Modifier and Type Field Description static Setting<EnableAllocationDecider.Rebalance>EnableAllocationDecider. CLUSTER_ROUTING_REBALANCE_ENABLE_SETTINGstatic Setting<EnableAllocationDecider.Rebalance>EnableAllocationDecider. INDEX_ROUTING_REBALANCE_ENABLE_SETTINGMethods in org.elasticsearch.cluster.routing.allocation.decider that return EnableAllocationDecider.Rebalance Modifier and Type Method Description static EnableAllocationDecider.RebalanceEnableAllocationDecider.Rebalance. parse(String strValue)static EnableAllocationDecider.RebalanceEnableAllocationDecider.Rebalance. valueOf(String name)Returns the enum constant of this type with the specified name.static EnableAllocationDecider.Rebalance[]EnableAllocationDecider.Rebalance. values()Returns an array containing the constants of this enum type, in the order they are declared.
-