public static class TransportNodesListGatewayStartedShards.NodesLocalGatewayStartedShards extends NodesOperationResponse<TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards>
TransportResponse.Empty
nodes
headers
Constructor and Description |
---|
NodesLocalGatewayStartedShards(ClusterName clusterName,
TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards[] 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
putHeader, remoteAddress, remoteAddress
contextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public NodesLocalGatewayStartedShards(ClusterName clusterName, TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards[] nodes, FailedNodeException[] failures)
public FailedNodeException[] failures()
NodesOperationResponse
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class NodesOperationResponse<TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards>
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class NodesOperationResponse<TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards>
IOException
Copyright © 2009–2015. All rights reserved.