public class ClusterStatsNodeResponse extends NodeOperationResponse
TransportResponse.Emptyheaders| Constructor and Description |
|---|
ClusterStatsNodeResponse(DiscoveryNode node,
ClusterHealthStatus clusterStatus,
NodeInfo nodeInfo,
NodeStats nodeStats,
ShardStats[] shardsStats) |
| Modifier and Type | Method and Description |
|---|---|
ClusterHealthStatus |
clusterStatus()
Cluster Health Status, only populated on master nodes.
|
NodeInfo |
nodeInfo() |
NodeStats |
nodeStats() |
void |
readFrom(StreamInput in) |
static ClusterStatsNodeResponse |
readNodeResponse(StreamInput in) |
ShardStats[] |
shardsStats() |
void |
writeTo(StreamOutput out) |
getNodeputHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextpublic ClusterStatsNodeResponse(DiscoveryNode node, @Nullable ClusterHealthStatus clusterStatus, NodeInfo nodeInfo, NodeStats nodeStats, ShardStats[] shardsStats)
public NodeInfo nodeInfo()
public NodeStats nodeStats()
@Nullable public ClusterHealthStatus clusterStatus()
public ShardStats[] shardsStats()
public static ClusterStatsNodeResponse readNodeResponse(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class NodeOperationResponseIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class NodeOperationResponseIOExceptionCopyright © 2009–2016. All rights reserved.