Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.client |
Contains Ignite Thin Client API classes.
|
org.apache.ignite.cluster |
Contains cluster-related classes.
|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.apache.ignite.events |
Contains Event Subscription functionality together with various events emitted by Ignite.
|
Modifier and Type | Method and Description |
---|---|
ClusterState |
IgniteCluster.state()
Gets current cluster state.
|
Modifier and Type | Method and Description |
---|---|
void |
IgniteCluster.state(ClusterState newState)
Changes current cluster state to given
newState cluster state. |
Modifier and Type | Method and Description |
---|---|
ClusterState |
ClientCluster.state()
Gets current cluster state.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientCluster.state(ClusterState newState)
Changes current cluster state to given
newState cluster state. |
Modifier and Type | Method and Description |
---|---|
static @Nullable ClusterState |
ClusterState.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static ClusterState |
ClusterState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterState[] |
ClusterState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ClusterState.active(ClusterState state) |
Modifier and Type | Field and Description |
---|---|
static ClusterState |
IgniteConfiguration.DFLT_STATE_ON_START
Default value for cluster state on start.
|
Modifier and Type | Method and Description |
---|---|
@Nullable ClusterState |
IgniteConfiguration.getClusterStateOnStart()
Gets state of cluster on start.
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setClusterStateOnStart(ClusterState state)
Sets state of cluster on start.
|
Modifier and Type | Method and Description |
---|---|
ClusterState |
ClusterStateChangeStartedEvent.previousState() |
ClusterState |
ClusterStateChangeEvent.previousState() |
ClusterState |
ClusterStateChangeStartedEvent.state() |
ClusterState |
ClusterStateChangeEvent.state() |
Constructor and Description |
---|
ClusterStateChangeEvent(ClusterState prevState,
ClusterState state,
@Nullable Collection<BaselineNode> baselineNodes,
ClusterNode node,
String msg) |
ClusterStateChangeStartedEvent(ClusterState prevState,
ClusterState state,
ClusterNode node,
String msg) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024