public class WalStateFinishMessage extends WalStateAbstractMessage
| Constructor and Description |
|---|
WalStateFinishMessage(UUID opId,
int grpId,
IgniteUuid grpDepId,
boolean changed,
@Nullable String errMsg)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
changed() |
@Nullable 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 @Nullable String errMsg)
opId - Unique operation ID.grpId - Group ID.grpDepId - Group deployment ID.changed - Result.errMsg - Error message.public boolean changed()
@Nullable public @Nullable 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 Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020