private static class TerracottaClient.RejoinRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ClusterNode |
oldNode |
Constructor and Description |
---|
RejoinRequest(ClusterNode oldNode) |
Modifier and Type | Method and Description |
---|---|
ClusterNode |
getRejoinOldNode() |
java.lang.String |
toString() |
private final ClusterNode oldNode
public RejoinRequest(ClusterNode oldNode)
public ClusterNode getRejoinOldNode()
public java.lang.String toString()
toString
in class java.lang.Object