@GridTcpDiscoveryEnsureDelivery public class GridTcpDiscoveryNodeFailedMessage extends GridTcpDiscoveryAbstractMessage
| Constructor and Description |
|---|
GridTcpDiscoveryNodeFailedMessage()
Public default no-arg constructor for
Externalizable interface. |
GridTcpDiscoveryNodeFailedMessage(UUID creatorNodeId,
UUID failedNodeId,
long order)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
failedNodeId()
Gets ID of the failed node.
|
long |
order() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
creatorNodeId, equals, hashCode, id, senderNodeId, senderNodeId, topologyVersion, topologyVersion, verified, verifierNodeId, verifypublic GridTcpDiscoveryNodeFailedMessage()
Externalizable interface.public UUID failedNodeId()
public long order()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class GridTcpDiscoveryAbstractMessageIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class GridTcpDiscoveryAbstractMessageIOExceptionClassNotFoundExceptionpublic String toString()
toString in class GridTcpDiscoveryAbstractMessageCopyright © 2014. All rights reserved.