|
GridGain 3.6.0e
Enterprise Edition |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GridLifecycleEventType>
org.gridgain.grid.GridLifecycleEventType
public enum GridLifecycleEventType
Grid lifecycle event types. These events are used to notify lifecycle beans about changes in grid lifecycle state.
For more information and detailed examples refer to GridLifecycleBean
documentation.
| Wiki | |
| Forum |
![]() |
![]() |
| Enum Constant Summary | |
|---|---|
AFTER_GRID_START
Invoked after grid startup is complete. |
|
AFTER_GRID_STOP
Invoked after grid had stopped. |
|
BEFORE_GRID_START
Invoked before grid startup routine. |
|
BEFORE_GRID_STOP
Invoked before grid stopping routine. |
|
| Method Summary | |
|---|---|
static GridLifecycleEventType |
fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal. |
static GridLifecycleEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GridLifecycleEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GridLifecycleEventType BEFORE_GRID_START
public static final GridLifecycleEventType AFTER_GRID_START
public static final GridLifecycleEventType BEFORE_GRID_STOP
public static final GridLifecycleEventType AFTER_GRID_STOP
| Method Detail |
|---|
public static GridLifecycleEventType[] values()
for (GridLifecycleEventType c : GridLifecycleEventType.values()) System.out.println(c);
public static GridLifecycleEventType valueOf(String name)
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullname - the name of the enum constant to be returned.
@Nullable public static GridLifecycleEventType fromOrdinal(byte ord)
ord - Ordinal value.
|
GridGain 3.6.0e
Enterprise Edition |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
|
GridGain - Real Time Big Data
|
|
|