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