|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.kernel.cluster.ClusterNodeResponses
public class ClusterNodeResponses
Field Summary | |
---|---|
static ClusterNodeResponses |
EMPTY_CLUSTER_NODE_RESPONSES
|
Constructor Summary | |
---|---|
ClusterNodeResponses()
|
Method Summary | |
---|---|
void |
addClusterResponse(ClusterNodeResponse clusterNodeResponse)
|
ClusterNodeResponse |
getClusterResponse(ClusterNode clusterNode)
|
java.util.Map<ClusterNode,ClusterNodeResponse> |
getClusterResponses()
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ClusterNodeResponses EMPTY_CLUSTER_NODE_RESPONSES
Constructor Detail |
---|
public ClusterNodeResponses()
Method Detail |
---|
public void addClusterResponse(ClusterNodeResponse clusterNodeResponse)
public ClusterNodeResponse getClusterResponse(ClusterNode clusterNode)
public java.util.Map<ClusterNode,ClusterNodeResponse> getClusterResponses()
public int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |