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