Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable IgniteState |
IgniteState.fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
static IgniteState |
Ignition.state()
Gets state of grid default grid.
|
static IgniteState |
Ignition.state(String name)
Gets states of named Ignite instance.
|
static IgniteState |
IgniteState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgniteState[] |
IgniteState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IgnitionListener.onStateChange(String name,
IgniteState state)
Listener for grid factory state change notifications.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024