public class ClusterNodeResponse
extends Object
implements Serializable
Modifier and Type | Method and Description |
---|---|
static ClusterNodeResponse |
createExceptionClusterNodeResponse(ClusterNode clusterNode,
String uuid,
Exception exception) |
static ClusterNodeResponse |
createResultClusterNodeResponse(ClusterNode clusterNode,
String uuid,
Serializable result) |
ClusterNode |
getClusterNode() |
Exception |
getException() |
Serializable |
getResult() |
String |
getUuid() |
boolean |
hasException() |
String |
toString() |
public static ClusterNodeResponse createExceptionClusterNodeResponse(ClusterNode clusterNode, String uuid, Exception exception)
public static ClusterNodeResponse createResultClusterNodeResponse(ClusterNode clusterNode, String uuid, Serializable result)
public ClusterNode getClusterNode()
public Exception getException()
public Serializable getResult()
public String getUuid()
public boolean hasException()
public String toString()
toString
in class Object