public class WalStateProposeMessage extends WalStateAbstractMessage
| Constructor and Description |
|---|
WalStateProposeMessage(UUID opId,
int grpId,
IgniteUuid grpDepId,
UUID nodeId,
Map<String,IgniteUuid> caches,
boolean enable)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
affinityNode() |
void |
affinityNode(boolean affNode) |
Map<String,IgniteUuid> |
caches() |
boolean |
enable() |
UUID |
nodeId() |
boolean |
stopProcess()
|
String |
toString() |
ackMessage, createDiscoCache, exchangeMessage, exchangeMessage, groupDeploymentId, groupId, id, isMutable, needExchange, operationIdpublic WalStateProposeMessage(UUID opId, int grpId, IgniteUuid grpDepId, UUID nodeId, Map<String,IgniteUuid> caches, boolean enable)
opId - Operation IDs.grpId - Expected group ID.grpDepId - Expected group deployment ID.nodeId - Node ID.caches - Expected cache names and their relevant deployment IDs.enable - WAL state flag.public UUID nodeId()
public Map<String,IgniteUuid> caches()
public boolean enable()
public boolean affinityNode()
public void affinityNode(boolean affNode)
affNode - Whether message is being handled on cache affintiy node.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.7.5 Release Date : June 4 2019