public class TcpDiscoveryHandshakeResponse extends TcpDiscoveryAbstractMessage
CLIENT_ACK_FLAG_POS, CLIENT_FLAG_POS, CLIENT_RECON_SUCCESS_FLAG_POS, FORCE_FAIL_FLAG_POS, RESPONDED_FLAG_POS| Constructor and Description |
|---|
TcpDiscoveryHandshakeResponse(UUID creatorNodeId,
long locNodeOrder)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
clientAck() |
void |
clientAck(boolean clientAck) |
long |
order()
Gets order of the node sent the response.
|
void |
order(long order)
Sets order of the node sent the response.
|
String |
toString() |
addFailedNode, client, client, creatorNodeId, equals, failedNodes, failedNodes, force, force, getFlag, hashCode, highPriority, id, pendingIndex, pendingIndex, senderNodeId, senderNodeId, setFlag, topologyVersion, topologyVersion, traceLogLevel, verified, verifierNodeId, verifypublic TcpDiscoveryHandshakeResponse(UUID creatorNodeId, long locNodeOrder)
creatorNodeId - Creator node ID.locNodeOrder - Local node order.public long order()
public void order(long order)
order - Order of the node sent the response.public boolean clientAck()
True if server supports client message acknowledge.public void clientAck(boolean clientAck)
clientAck - True if server supports client message acknowledge.public String toString()
toString in class TcpDiscoveryAbstractMessage
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017