public class ClusterNodeResponses
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static ClusterNodeResponses |
EMPTY_CLUSTER_NODE_RESPONSES |
| Constructor and Description |
|---|
ClusterNodeResponses() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClusterResponse(ClusterNodeResponse clusterNodeResponse) |
ClusterNodeResponse |
getClusterResponse(Address address) |
ClusterNodeResponse |
getClusterResponse(ClusterNode clusterNode) |
ClusterNodeResponse |
getClusterResponse(java.lang.String clusterNodeId) |
java.util.concurrent.BlockingQueue<ClusterNodeResponse> |
getClusterResponses() |
int |
size() |
public static final ClusterNodeResponses EMPTY_CLUSTER_NODE_RESPONSES
public void addClusterResponse(ClusterNodeResponse clusterNodeResponse)
public ClusterNodeResponse getClusterResponse(Address address)
public ClusterNodeResponse getClusterResponse(ClusterNode clusterNode)
public ClusterNodeResponse getClusterResponse(java.lang.String clusterNodeId)
public java.util.concurrent.BlockingQueue<ClusterNodeResponse> getClusterResponses()
public int size()