Uses of Class
org.elasticsearch.cluster.routing.allocation.decider.Decision.Type
-
Packages that use Decision.Type Package Description org.elasticsearch.cluster.routing org.elasticsearch.cluster.routing.allocation org.elasticsearch.cluster.routing.allocation.decider -
-
Uses of Decision.Type in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing with parameters of type Decision.Type Modifier and Type Method Description static UnassignedInfo.AllocationStatusUnassignedInfo.AllocationStatus. fromDecision(Decision.Type decision) -
Uses of Decision.Type in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation with parameters of type Decision.Type Modifier and Type Method Description static AllocationDecisionAllocationDecision. fromDecisionType(Decision.Type type)Gets anAllocationDecisionfrom aDecision.Type -
Uses of Decision.Type in org.elasticsearch.cluster.routing.allocation.decider
Methods in org.elasticsearch.cluster.routing.allocation.decider that return Decision.Type Modifier and Type Method Description static Decision.TypeDecision.Type. readFrom(StreamInput in)Decision.TypeDecision.Multi. type()Decision.TypeDecision.Single. type()abstract Decision.TypeDecision. type()Get theDecision.Typeof this decisionstatic Decision.TypeDecision.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Decision.Type[]Decision.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.cluster.routing.allocation.decider with parameters of type Decision.Type Modifier and Type Method Description booleanDecision.Type. higherThan(Decision.Type other)static DecisionDecision. single(Decision.Type type, String label, String explanation, Object... explanationParams)Creates a simple decisionConstructors in org.elasticsearch.cluster.routing.allocation.decider with parameters of type Decision.Type Constructor Description Single(Decision.Type type)Creates a newDecision.Singledecision of a given typeSingle(Decision.Type type, String label, String explanation, Object... explanationParams)Creates a newDecision.Singledecision of a given type
-