public static class TransportNodesListGatewayStartedShards.NodesGatewayStartedShards extends BaseNodesResponse<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards>
TransportResponse.Emptynodesheaders| Constructor and Description |
|---|
TransportNodesListGatewayStartedShards.NodesGatewayStartedShards(ClusterName clusterName,
TransportNodesListGatewayStartedShards.NodeGatewayStartedShards[] 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, iteratorremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic TransportNodesListGatewayStartedShards.NodesGatewayStartedShards(ClusterName clusterName, TransportNodesListGatewayStartedShards.NodeGatewayStartedShards[] nodes, FailedNodeException[] failures)
public FailedNodeException[] failures()
BaseNodesResponsefailures in class BaseNodesResponse<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards>public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class BaseNodesResponse<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class BaseNodesResponse<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards>IOExceptionCopyright © 2009–2017. All rights reserved.