Uses of Class
org.apache.ignite.cluster.ClusterState
-
-
Uses of ClusterState in org.apache.ignite
Methods in org.apache.ignite that return ClusterState Modifier and Type Method Description ClusterStateIgniteCluster. state()Gets current cluster state.Methods in org.apache.ignite with parameters of type ClusterState Modifier and Type Method Description voidIgniteCluster. state(ClusterState newState)Changes current cluster state to givennewStatecluster state. -
Uses of ClusterState in org.apache.ignite.client
Methods in org.apache.ignite.client that return ClusterState Modifier and Type Method Description ClusterStateClientCluster. state()Gets current cluster state.Methods in org.apache.ignite.client with parameters of type ClusterState Modifier and Type Method Description voidClientCluster. state(ClusterState newState)Changes current cluster state to givennewStatecluster state. -
Uses of ClusterState in org.apache.ignite.cluster
Methods in org.apache.ignite.cluster that return ClusterState Modifier and Type Method Description static @Nullable ClusterStateClusterState. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.static ClusterStateClusterState. 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. -
Uses of ClusterState in org.apache.ignite.configuration
Fields in org.apache.ignite.configuration declared as ClusterState Modifier and Type Field Description static ClusterStateIgniteConfiguration. DFLT_STATE_ON_STARTDefault value for cluster state on start.Methods in org.apache.ignite.configuration that return ClusterState Modifier and Type Method Description @Nullable ClusterStateIgniteConfiguration. getClusterStateOnStart()Gets state of cluster on start.Methods in org.apache.ignite.configuration with parameters of type ClusterState Modifier and Type Method Description IgniteConfigurationIgniteConfiguration. setClusterStateOnStart(ClusterState state)Sets state of cluster on start. -
Uses of ClusterState in org.apache.ignite.events
Methods in org.apache.ignite.events that return ClusterState Modifier and Type Method Description ClusterStateClusterStateChangeEvent. previousState()ClusterStateClusterStateChangeStartedEvent. previousState()ClusterStateClusterStateChangeEvent. state()ClusterStateClusterStateChangeStartedEvent. state()Constructors in org.apache.ignite.events with parameters of type ClusterState Constructor Description ClusterStateChangeEvent(ClusterState prevState, ClusterState state, @Nullable Collection<? extends BaselineNode> baselineNodes, ClusterNode node, String msg)ClusterStateChangeStartedEvent(ClusterState prevState, ClusterState state, ClusterNode node, String msg, UUID subjId) -
Uses of ClusterState in org.apache.ignite.internal.client
Methods in org.apache.ignite.internal.client that return ClusterState Modifier and Type Method Description ClusterStateGridClientClusterState. state()Methods in org.apache.ignite.internal.client with parameters of type ClusterState Modifier and Type Method Description voidGridClientClusterState. state(ClusterState newState, boolean forceDeactivation)Changes cluster state tonewState. -
Uses of ClusterState in org.apache.ignite.internal.client.impl
Methods in org.apache.ignite.internal.client.impl that return ClusterState Modifier and Type Method Description ClusterStateGridClientClusterStateImpl. state()Methods in org.apache.ignite.internal.client.impl with parameters of type ClusterState Modifier and Type Method Description voidGridClientClusterStateImpl. state(ClusterState newState, boolean forceDeactivation)Changes cluster state tonewState. -
Uses of ClusterState in org.apache.ignite.internal.client.impl.connection
Methods in org.apache.ignite.internal.client.impl.connection that return types with arguments of type ClusterState Modifier and Type Method Description abstract GridClientFuture<ClusterState>GridClientConnection. state(UUID destNodeId)Gets current grid global state.GridClientFuture<ClusterState>GridClientNioTcpConnection. state(UUID destNodeId)Gets current grid global state.Methods in org.apache.ignite.internal.client.impl.connection with parameters of type ClusterState Modifier and Type Method Description abstract GridClientFuture<?>GridClientConnection. changeState(ClusterState state, UUID destNodeId)Changes grid global state.abstract GridClientFuture<?>GridClientConnection. changeState(ClusterState state, UUID destNodeId, boolean forceDeactivation)Changes grid global state.GridClientFuture<?>GridClientNioTcpConnection. changeState(ClusterState state, UUID destNodeId)Changes grid global state.GridClientFuture<?>GridClientNioTcpConnection. changeState(ClusterState state, UUID destNodeId, boolean forceDeactivation)Changes grid global state. -
Uses of ClusterState in org.apache.ignite.internal.client.thin
Methods in org.apache.ignite.internal.client.thin that return ClusterState Modifier and Type Method Description ClusterStateClientClusterImpl. state()Gets current cluster state.Methods in org.apache.ignite.internal.client.thin with parameters of type ClusterState Modifier and Type Method Description voidClientClusterImpl. state(ClusterState newState)Changes current cluster state to givennewStatecluster state.voidClientClusterImpl. state(ClusterState newState, boolean forceDeactivation)Changes current cluster state to givennewStatecluster state. -
Uses of ClusterState in org.apache.ignite.internal.cluster
Methods in org.apache.ignite.internal.cluster that return ClusterState Modifier and Type Method Description ClusterStateIgniteClusterAsyncImpl. state()Gets current cluster state.ClusterStateIgniteClusterImpl. state()Gets current cluster state.Methods in org.apache.ignite.internal.cluster with parameters of type ClusterState Modifier and Type Method Description voidIgniteClusterAsyncImpl. state(ClusterState newState)Changes current cluster state to givennewStatecluster state.voidIgniteClusterEx. state(ClusterState newState, boolean force)Changes current cluster state to givennewStatecluster state.voidIgniteClusterImpl. state(ClusterState newState)Changes current cluster state to givennewStatecluster state.voidIgniteClusterImpl. state(ClusterState newState, boolean force)Changes current cluster state to givennewStatecluster state. -
Uses of ClusterState in org.apache.ignite.internal.management
Methods in org.apache.ignite.internal.management that return ClusterState Modifier and Type Method Description ClusterStateSetStateCommandArg. state()Methods in org.apache.ignite.internal.management that return types with arguments of type ClusterState Modifier and Type Method Description GridTuple3<UUID,String,ClusterState>StateCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, NoArg arg, Consumer<String> printer)Executes command logic.Methods in org.apache.ignite.internal.management with parameters of type ClusterState Modifier and Type Method Description voidSetStateCommandArg. state(ClusterState state) -
Uses of ClusterState in org.apache.ignite.internal.management.baseline
Methods in org.apache.ignite.internal.management.baseline that return ClusterState Modifier and Type Method Description ClusterStateBaselineTaskResult. clusterState()Constructors in org.apache.ignite.internal.management.baseline with parameters of type ClusterState Constructor Description BaselineTaskResult(ClusterState clusterState, long topVer, Collection<? extends BaselineNode> baseline, Collection<? extends BaselineNode> servers, BaselineAutoAdjustSettings autoAdjustSettings, long remainingTimeToBaselineAdjust, boolean baselineAdjustInProgress)Constructor. -
Uses of ClusterState in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return ClusterState Modifier and Type Method Description ClusterStateStateChangeRequest. prevState()ClusterStateStateChangeRequest. state()Constructors in org.apache.ignite.internal.processors.cache with parameters of type ClusterState Constructor Description StateChangeRequest(ChangeGlobalStateMessage msg, BaselineTopologyHistoryItem bltHistItem, ClusterState prevState, AffinityTopologyVersion topVer) -
Uses of ClusterState in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster that return ClusterState Modifier and Type Method Description ClusterStateClientGetClusterStateComputeRequest. call()ClusterStateDiscoveryDataClusterState. lastState()ClusterStateGridClusterStateProcessor. publicApiState(boolean waitForTransition)ClusterStateIGridClusterStateProcessor. publicApiState(boolean waitForTransition)ClusterStateChangeGlobalStateFinishMessage. state()ClusterStateChangeGlobalStateMessage. state()ClusterStateDiscoveryDataClusterState. state()static ClusterStateGridClusterStateProcessor. stateWithMinimalFeatures(ClusterState state1, ClusterState state2)Gets state of given two with minimal number of features.@Nullable ClusterStateDiscoveryDataClusterState. transitionResult()Methods in org.apache.ignite.internal.processors.cluster that return types with arguments of type ClusterState Modifier and Type Method Description IgniteFuture<ClusterState>GridClusterStateProcessor. publicApiStateAsync(boolean asyncWaitForTransition)IgniteFuture<ClusterState>IGridClusterStateProcessor. publicApiStateAsync(boolean waitForTransition)Methods in org.apache.ignite.internal.processors.cluster with parameters of type ClusterState Modifier and Type Method Description IgniteInternalFuture<?>GridClusterStateProcessor. 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)IgniteInternalFuture<?>IGridClusterStateProcessor. changeGlobalState(ClusterState state, boolean forceDeactivation, Collection<? extends BaselineNode> baselineNodes, boolean forceChangeBaselineTopology)protected IgniteCheckedExceptionGridClusterStateProcessor. concurrentStateChangeError(ClusterState state, ClusterState transitionState)voidDiscoveryDataClusterState. setTransitionResult(UUID reqId, ClusterState state)Discovery cluster state is changed asynchronously by discovery message, this methods changes local status for public API calls.static ClusterStateGridClusterStateProcessor. stateWithMinimalFeatures(ClusterState state1, ClusterState state2)Gets state of given two with minimal number of features.Constructors in org.apache.ignite.internal.processors.cluster with parameters of type ClusterState Constructor 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) -
Uses of ClusterState in org.apache.ignite.internal.processors.rest.client.message
Fields in org.apache.ignite.internal.processors.rest.client.message declared as ClusterState Modifier and Type Field Description protected ClusterStateGridClientClusterStateRequest. stateDeprecated.New cluster state.Methods in org.apache.ignite.internal.processors.rest.client.message that return ClusterState Modifier and Type Method Description ClusterStateGridClientClusterStateRequest. state()Deprecated.Methods in org.apache.ignite.internal.processors.rest.client.message with parameters of type ClusterState Modifier and Type Method Description static GridClientClusterStateRequestGridClientClusterStateRequest. state(ClusterState state)Deprecated.static GridClientClusterStateRequestV2GridClientClusterStateRequestV2. state(ClusterState state, boolean forceDeactivation) -
Uses of ClusterState in org.apache.ignite.internal.processors.rest.request
Methods in org.apache.ignite.internal.processors.rest.request that return ClusterState Modifier and Type Method Description ClusterStateGridRestClusterStateRequest. state()Methods in org.apache.ignite.internal.processors.rest.request with parameters of type ClusterState Modifier and Type Method Description voidGridRestClusterStateRequest. state(ClusterState state)Sets new cluster state to request.
-