Uses of Class
org.apache.ignite.lifecycle.LifecycleEventType
-
Packages that use LifecycleEventType Package Description org.apache.ignite.lifecycle Contains lifecycle-related classes. -
-
Uses of LifecycleEventType in org.apache.ignite.lifecycle
Methods in org.apache.ignite.lifecycle that return LifecycleEventType Modifier and Type Method Description static @Nullable LifecycleEventType
LifecycleEventType. fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.static LifecycleEventType
LifecycleEventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleEventType[]
LifecycleEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.lifecycle with parameters of type LifecycleEventType Modifier and Type Method Description void
LifecycleBean. onLifecycleEvent(LifecycleEventType evt)
This method is called when lifecycle event occurs.
-