Uses of Class
org.elasticsearch.client.indexlifecycle.OperationMode
-
Packages that use OperationMode Package Description org.elasticsearch.client.indexlifecycle -
-
Uses of OperationMode in org.elasticsearch.client.indexlifecycle
Methods in org.elasticsearch.client.indexlifecycle that return OperationMode Modifier and Type Method Description OperationModeLifecycleManagementStatusResponse. getOperationMode()static OperationModeOperationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationMode[]OperationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.client.indexlifecycle with parameters of type OperationMode Modifier and Type Method Description abstract booleanOperationMode. isValidChange(OperationMode nextMode)
-