Uses of Class
org.elasticsearch.common.component.Lifecycle.State
-
Packages that use Lifecycle.State Package Description org.elasticsearch.common.component -
-
Uses of Lifecycle.State in org.elasticsearch.common.component
Methods in org.elasticsearch.common.component that return Lifecycle.State Modifier and Type Method Description Lifecycle.StateAbstractLifecycleComponent. lifecycleState()Lifecycle.StateLifecycleComponent. lifecycleState()Lifecycle.StateLifecycle. state()static Lifecycle.StateLifecycle.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Lifecycle.State[]Lifecycle.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-