| 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.
|
| org.apache.ignite.internal.client | |
| org.apache.ignite.internal.client.impl | |
| org.apache.ignite.internal.client.impl.connection | |
| org.apache.ignite.internal.cluster | |
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cluster | |
| org.apache.ignite.internal.processors.rest.client.message |
Defines messages that are used in binary TCP communication between Ignite clients and nodes.
|
| org.apache.ignite.internal.processors.rest.request |
REST requests.
|
| 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 | 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<? extends BaselineNode> baselineNodes,
ClusterNode node,
String msg) |
ClusterStateChangeStartedEvent(ClusterState prevState,
ClusterState state,
ClusterNode node,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
ClusterState |
GridClientClusterState.state() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridClientClusterState.state(ClusterState newState,
boolean forceDeactivation)
Changes cluster state to
newState. |
| Modifier and Type | Method and Description |
|---|---|
ClusterState |
GridClientClusterStateImpl.state() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridClientClusterStateImpl.state(ClusterState newState,
boolean forceDeactivation)
Changes cluster state to
newState. |
| Modifier and Type | Method and Description |
|---|---|
GridClientFuture<ClusterState> |
GridClientNioTcpConnection.state(UUID destNodeId)
Gets current grid global state.
|
abstract GridClientFuture<ClusterState> |
GridClientConnection.state(UUID destNodeId)
Gets current grid global state.
|
| Modifier and Type | Method and Description |
|---|---|
GridClientFuture<?> |
GridClientNioTcpConnection.changeState(ClusterState state,
UUID destNodeId)
Changes grid global state.
|
abstract GridClientFuture<?> |
GridClientConnection.changeState(ClusterState state,
UUID destNodeId)
Changes grid global state.
|
GridClientFuture<?> |
GridClientNioTcpConnection.changeState(ClusterState state,
UUID destNodeId,
boolean forceDeactivation)
Changes grid global state.
|
abstract GridClientFuture<?> |
GridClientConnection.changeState(ClusterState state,
UUID destNodeId,
boolean forceDeactivation)
Changes grid global state.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterState |
IgniteClusterAsyncImpl.state()
Gets current cluster state.
|
ClusterState |
IgniteClusterImpl.state()
Gets current cluster state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteClusterAsyncImpl.state(ClusterState newState)
Changes current cluster state to given
newState cluster state. |
void |
IgniteClusterImpl.state(ClusterState newState)
Changes current cluster state to given
newState cluster state. |
| Modifier and Type | Method and Description |
|---|---|
ClusterState |
StateChangeRequest.prevState() |
ClusterState |
StateChangeRequest.state() |
| Constructor and Description |
|---|
StateChangeRequest(ChangeGlobalStateMessage msg,
BaselineTopologyHistoryItem bltHistItem,
ClusterState prevState,
AffinityTopologyVersion topVer) |
| Modifier and Type | Method and Description |
|---|---|
ClusterState |
ClientGetClusterStateComputeRequest.call() |
ClusterState |
DiscoveryDataClusterState.lastState() |
ClusterState |
GridClusterStateProcessor.publicApiState(boolean waitForTransition) |
ClusterState |
IGridClusterStateProcessor.publicApiState(boolean waitForTransition) |
ClusterState |
ChangeGlobalStateMessage.state() |
ClusterState |
DiscoveryDataClusterState.state() |
ClusterState |
ChangeGlobalStateFinishMessage.state() |
static ClusterState |
GridClusterStateProcessor.stateWithMinimalFeatures(ClusterState state1,
ClusterState state2)
Gets state of given two with minimal number of features.
|
@Nullable ClusterState |
DiscoveryDataClusterState.transitionResult() |
| Modifier and Type | Method and Description |
|---|---|
IgniteFuture<ClusterState> |
GridClusterStateProcessor.publicApiStateAsync(boolean asyncWaitForTransition) |
IgniteFuture<ClusterState> |
IGridClusterStateProcessor.publicApiStateAsync(boolean waitForTransition) |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<?> |
GridClusterStateProcessor.changeGlobalState(ClusterState state,
boolean forceDeactivation,
Collection<? extends BaselineNode> baselineNodes,
boolean forceChangeBaselineTopology) |
IgniteInternalFuture<?> |
IGridClusterStateProcessor.changeGlobalState(ClusterState state,
boolean forceDeactivation,
Collection<? extends BaselineNode> baselineNodes,
boolean forceChangeBaselineTopology) |
IgniteInternalFuture<?> |
GridClusterStateProcessor.changeGlobalState(ClusterState state,
boolean forceDeactivation,
Collection<? extends BaselineNode> baselineNodes,
boolean forceChangeBaselineTopology,
boolean isAutoAdjust) |
protected IgniteCheckedException |
GridClusterStateProcessor.concurrentStateChangeError(ClusterState state,
ClusterState transitionState) |
void |
DiscoveryDataClusterState.setTransitionResult(UUID reqId,
ClusterState state)
Discovery cluster state is changed asynchronously by discovery message, this methods changes local status
for public API calls.
|
static ClusterState |
GridClusterStateProcessor.stateWithMinimalFeatures(ClusterState state1,
ClusterState state2)
Gets state of given two with minimal number of features.
|
| Constructor and Description |
|---|
ChangeGlobalStateFinishMessage(UUID reqId,
ClusterState state,
Boolean transitionRes) |
ChangeGlobalStateMessage(UUID reqId,
UUID initiatingNodeId,
@Nullable List<StoredCacheData> storedCfgs,
ClusterState state,
boolean forceDeactivation,
BaselineTopology baselineTopology,
boolean forceChangeBaselineTopology,
long timestamp) |
| Modifier and Type | Field and Description |
|---|---|
protected ClusterState |
GridClientClusterStateRequest.state
Deprecated.
New cluster state.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterState |
GridClientClusterStateRequest.state()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static GridClientClusterStateRequest |
GridClientClusterStateRequest.state(ClusterState state)
Deprecated.
|
static GridClientClusterStateRequestV2 |
GridClientClusterStateRequestV2.state(ClusterState state,
boolean forceDeactivation) |
| Modifier and Type | Method and Description |
|---|---|
ClusterState |
GridRestClusterStateRequest.state() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridRestClusterStateRequest.state(ClusterState state)
Sets new cluster state to request.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023