@GridTcpDiscoveryEnsureDelivery public class GridTcpDiscoveryNodeAddFinishedMessage extends GridTcpDiscoveryAbstractMessage
| Constructor and Description |
|---|
GridTcpDiscoveryNodeAddFinishedMessage()
Public default no-arg constructor for
Externalizable interface. |
GridTcpDiscoveryNodeAddFinishedMessage(UUID creatorNodeId,
UUID nodeId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
nodeId()
Gets ID of the node added.
|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
creatorNodeId, equals, hashCode, id, senderNodeId, senderNodeId, topologyVersion, topologyVersion, verified, verifierNodeId, verifypublic GridTcpDiscoveryNodeAddFinishedMessage()
Externalizable interface.public UUID nodeId()
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.