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() |
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 String toString()
toString in class WalStateAbstractMessage
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020