| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static GridGainState |
GridGainState.fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
static GridGainState |
GridGain.state()
Gets state of grid default grid.
|
static GridGainState |
GridGain.state(String name)
Gets states of named grid.
|
static GridGainState |
GridGainState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridGainState[] |
GridGainState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridGainListener.onStateChange(String name,
GridGainState state)
Listener for grid factory state change notifications.
|
| Modifier and Type | Method and Description |
|---|---|
static GridGainState |
GridGainEx.state()
Gets state of grid default grid.
|
static GridGainState |
GridGainEx.state(String name)
Gets states of named grid.
|
Copyright © 2014. All rights reserved.