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