public static class TransportNodesListGatewayStartedShards.NodesLocalGatewayStartedShards extends NodesOperationResponse<TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards>
TransportResponse.Empty
nodes
Constructor and Description |
---|
NodesLocalGatewayStartedShards(ClusterName clusterName,
TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards[] nodes,
FailedNodeException[] failures) |
Modifier and Type | Method and Description |
---|---|
FailedNodeException[] |
failures() |
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
getAt, getClusterName, getClusterNameAsString, getNodes, getNodesMap, iterator
getHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddress
contextSize, copyContextFrom, getContext, getFromContext, getFromContext, 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()
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.