public class WalStateFinishMessage extends WalStateAbstractMessage
| Constructor and Description |
|---|
WalStateFinishMessage(UUID opId,
int grpId,
IgniteUuid grpDepId,
boolean changed,
String errMsg)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
changed() |
String |
errorMessage() |
boolean |
stopProcess()
|
String |
toString() |
ackMessage, createDiscoCache, exchangeMessage, exchangeMessage, groupDeploymentId, groupId, id, isMutable, needExchange, operationIdpublic WalStateFinishMessage(UUID opId, int grpId, IgniteUuid grpDepId, boolean changed, @Nullable String errMsg)
opId - Unique operation ID.grpId - Group ID.grpDepId - Group deployment ID.changed - Result.errMsg - Error message.public boolean changed()
@Nullable public String errorMessage()
public boolean stopProcess()
True if message should not be sent to others nodes after it was processed on coordinator.public String toString()
toString in class WalStateAbstractMessage
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018