Class TcpDiscoveryClientAckResponse
- java.lang.Object
-
- org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage
-
- org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryClientAckResponse
-
- All Implemented Interfaces:
Serializable
public class TcpDiscoveryClientAckResponse extends TcpDiscoveryAbstractMessage
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage
CHANGE_TOPOLOGY_FLAG_POS, CLIENT_ACK_FLAG_POS, CLIENT_FLAG_POS, CLIENT_RECON_SUCCESS_FLAG_POS, FORCE_FAIL_FLAG_POS, RESPONDED_FLAG_POS
-
-
Constructor Summary
Constructors Constructor Description TcpDiscoveryClientAckResponse(UUID creatorNodeId, IgniteUuid msgId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhighPriority()IgniteUuidmessageId()StringtoString()booleantraceLogLevel()-
Methods inherited from class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage
addFailedNode, client, client, creatorNodeId, equals, failedNodes, failedNodes, force, force, getFlag, hashCode, id, pendingIndex, pendingIndex, senderNodeId, senderNodeId, setFlag, topologyVersion, topologyVersion, verified, verifierNodeId, verify
-
-
-
-
Constructor Detail
-
TcpDiscoveryClientAckResponse
public TcpDiscoveryClientAckResponse(UUID creatorNodeId, IgniteUuid msgId)
- Parameters:
creatorNodeId- Creator node ID.msgId- Message ID to ack.
-
-
Method Detail
-
messageId
public IgniteUuid messageId()
- Returns:
- Acknowledged message ID.
-
traceLogLevel
public boolean traceLogLevel()
- Overrides:
traceLogLevelin classTcpDiscoveryAbstractMessage- Returns:
Trueif need use trace logging for this message (to reduce amount of logging with debug level).
-
highPriority
public boolean highPriority()
- Overrides:
highPriorityin classTcpDiscoveryAbstractMessage- Returns:
trueif message must be added to head of queue.
-
toString
public String toString()
- Overrides:
toStringin classTcpDiscoveryAbstractMessage
-
-