Uses of Class
org.apache.bookkeeper.common.component.Lifecycle.State
-
Packages that use Lifecycle.State Package Description org.apache.bookkeeper.common.component Component and lifecycle management. -
-
Uses of Lifecycle.State in org.apache.bookkeeper.common.component
Methods in org.apache.bookkeeper.common.component that return Lifecycle.State Modifier and Type Method Description Lifecycle.State
AbstractLifecycleComponent. lifecycleState()
Lifecycle.State
AutoCloseableLifecycleComponent. lifecycleState()
Lifecycle.State
LifecycleComponent. lifecycleState()
Lifecycle.State
LifecycleComponentStack. lifecycleState()
Lifecycle.State
Lifecycle. state()
static Lifecycle.State
Lifecycle.State. valueOf(java.lang.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.
-