public class StateChangeRequest extends Object
| Constructor and Description |
|---|
StateChangeRequest(ChangeGlobalStateMessage msg,
BaselineTopologyHistoryItem bltHistItem,
ClusterState prevState,
AffinityTopologyVersion topVer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
activate()
Deprecated.
Use
state() instead. |
boolean |
activeChanged() |
@Nullable BaselineTopology |
baselineTopology() |
IgniteUuid |
id() |
UUID |
initiatorNodeId() |
@Nullable BaselineTopologyHistoryItem |
prevBaselineTopologyHistoryItem() |
ClusterState |
prevState() |
UUID |
requestId() |
ClusterState |
state() |
AffinityTopologyVersion |
topologyVersion() |
String |
toString() |
public StateChangeRequest(ChangeGlobalStateMessage msg, BaselineTopologyHistoryItem bltHistItem, ClusterState prevState, AffinityTopologyVersion topVer)
msg - Message.bltHistItem - Baseline history item.prevState - Previous cluster state.topVer - State change topology versoin.public AffinityTopologyVersion topologyVersion()
public IgniteUuid id()
public UUID requestId()
@Deprecated public boolean activate()
state() instead.public ClusterState state()
public ClusterState prevState()
public boolean activeChanged()
True if active state was changed.@Nullable public @Nullable BaselineTopologyHistoryItem prevBaselineTopologyHistoryItem()
@Nullable public @Nullable BaselineTopology baselineTopology()
public UUID initiatorNodeId()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020