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.StateAbstractLifecycleComponent. lifecycleState()Lifecycle.StateAutoCloseableLifecycleComponent. lifecycleState()Lifecycle.StateLifecycleComponent. lifecycleState()Lifecycle.StateLifecycleComponentStack. lifecycleState()Lifecycle.StateLifecycle. state()static Lifecycle.StateLifecycle.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.
-