public class ChangeGlobalStateFinishMessage extends Object implements DiscoveryCustomMessage
| Constructor and Description |
|---|
ChangeGlobalStateFinishMessage(UUID reqId,
boolean clusterActive) |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryCustomMessage |
ackMessage()
Called when custom message has been handled by all nodes.
|
boolean |
clusterActive() |
IgniteUuid |
id() |
boolean |
isMutable() |
UUID |
requestId() |
String |
toString() |
public ChangeGlobalStateFinishMessage(UUID reqId, boolean clusterActive)
reqId - State change request ID.clusterActive - New cluster state.public UUID requestId()
public boolean clusterActive()
public IgniteUuid id()
id in interface DiscoveryCustomMessage@Nullable public DiscoveryCustomMessage ackMessage()
ackMessage in interface DiscoveryCustomMessagenull if ack is not required.public boolean isMutable()
isMutable in interface DiscoveryCustomMessagetrue if message can be modified during listener notification. Changes will be send to next nodes.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017