public class GridTcpDiscoveryDuplicateIdMessage extends GridTcpDiscoveryAbstractMessage
| Constructor and Description |
|---|
GridTcpDiscoveryDuplicateIdMessage()
Public default no-arg constructor for
Externalizable interface. |
GridTcpDiscoveryDuplicateIdMessage(UUID creatorNodeId,
GridTcpDiscoveryNode node)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GridTcpDiscoveryNode |
node() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
creatorNodeId, equals, hashCode, id, senderNodeId, senderNodeId, topologyVersion, topologyVersion, verified, verifierNodeId, verifypublic GridTcpDiscoveryDuplicateIdMessage()
Externalizable interface.public GridTcpDiscoveryDuplicateIdMessage(UUID creatorNodeId, GridTcpDiscoveryNode node)
creatorNodeId - Creator node ID.node - Node with same ID.public GridTcpDiscoveryNode node()
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.