Uses of Class
org.elasticsearch.persistent.decider.AssignmentDecision.Type
-
Packages that use AssignmentDecision.Type Package Description org.elasticsearch.persistent.decider -
-
Uses of AssignmentDecision.Type in org.elasticsearch.persistent.decider
Methods in org.elasticsearch.persistent.decider that return AssignmentDecision.Type Modifier and Type Method Description AssignmentDecision.TypeAssignmentDecision. getType()static AssignmentDecision.TypeAssignmentDecision.Type. resolve(String s)static AssignmentDecision.TypeAssignmentDecision.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AssignmentDecision.Type[]AssignmentDecision.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.persistent.decider with parameters of type AssignmentDecision.Type Constructor Description AssignmentDecision(AssignmentDecision.Type type, String reason)
-