public static class TransportNodesListGatewayMetaState.NodesGatewayMetaState extends BaseNodesResponse<TransportNodesListGatewayMetaState.NodeGatewayMetaState>
TransportResponse.Empty
nodes
headers
Constructor and Description |
---|
TransportNodesListGatewayMetaState.NodesGatewayMetaState(ClusterName clusterName,
TransportNodesListGatewayMetaState.NodeGatewayMetaState[] nodes,
FailedNodeException[] failures) |
Modifier and Type | Method and Description |
---|---|
FailedNodeException[] |
failures()
The failed nodes, if set to be captured.
|
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
getAt, getClusterName, getClusterNameAsString, getNodes, getNodesMap, iterator
remoteAddress, remoteAddress
contextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContext
public TransportNodesListGatewayMetaState.NodesGatewayMetaState(ClusterName clusterName, TransportNodesListGatewayMetaState.NodeGatewayMetaState[] nodes, FailedNodeException[] failures)
public FailedNodeException[] failures()
BaseNodesResponse
failures
in class BaseNodesResponse<TransportNodesListGatewayMetaState.NodeGatewayMetaState>
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class BaseNodesResponse<TransportNodesListGatewayMetaState.NodeGatewayMetaState>
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class BaseNodesResponse<TransportNodesListGatewayMetaState.NodeGatewayMetaState>
IOException
Copyright © 2009–2016. All rights reserved.