public static class TransportNodesSnapshotsStatus.NodesSnapshotStatus extends BaseNodesResponse<TransportNodesSnapshotsStatus.NodeSnapshotStatus>
TransportResponse.Emptynodesheaders| Constructor and Description |
|---|
TransportNodesSnapshotsStatus.NodesSnapshotStatus(ClusterName clusterName,
TransportNodesSnapshotsStatus.NodeSnapshotStatus[] 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 TransportNodesSnapshotsStatus.NodesSnapshotStatus(ClusterName clusterName, TransportNodesSnapshotsStatus.NodeSnapshotStatus[] nodes, FailedNodeException[] failures)
public FailedNodeException[] failures()
BaseNodesResponsefailures in class BaseNodesResponse<TransportNodesSnapshotsStatus.NodeSnapshotStatus>public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class BaseNodesResponse<TransportNodesSnapshotsStatus.NodeSnapshotStatus>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class BaseNodesResponse<TransportNodesSnapshotsStatus.NodeSnapshotStatus>IOExceptionCopyright © 2009–2017. All rights reserved.