com.liferay.portal.kernel.cluster
Class ClusterNodeResponses
java.lang.Object
com.liferay.portal.kernel.cluster.ClusterNodeResponses
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterNodeResponses
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Michael C. Han
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_CLUSTER_NODE_RESPONSES
public static final ClusterNodeResponses EMPTY_CLUSTER_NODE_RESPONSES
ClusterNodeResponses
public ClusterNodeResponses()
addClusterResponse
public void addClusterResponse(ClusterNodeResponse clusterNodeResponse)
getClusterResponse
public ClusterNodeResponse getClusterResponse(Address address)
getClusterResponse
public ClusterNodeResponse getClusterResponse(ClusterNode clusterNode)
getClusterResponse
public ClusterNodeResponse getClusterResponse(java.lang.String clusterNodeId)
getClusterResponses
public java.util.concurrent.BlockingQueue<ClusterNodeResponse> getClusterResponses()
size
public int size()