Uses of Enum Class
com.loomcache.client.LifecycleState
Packages that use LifecycleState
-
Uses of LifecycleState in com.loomcache.client
Subclasses with type arguments of type LifecycleState in com.loomcache.clientMethods in com.loomcache.client that return LifecycleStateModifier and TypeMethodDescriptionLifecycleEvent.state()Returns the value of thestaterecord component.static LifecycleStateReturns the enum constant of this class with the specified name.static LifecycleState[]LifecycleState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.client with parameters of type LifecycleStateModifierConstructorDescriptionLifecycleEvent(LifecycleState state) LifecycleEvent(LifecycleState state, @Nullable String nodeId) Creates an instance of aLifecycleEventrecord class.