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