public class ClusterStatsNodeResponse extends BaseNodeResponse
TransportResponse.Emptyheaders| コンストラクタと説明 |
|---|
ClusterStatsNodeResponse(DiscoveryNode node,
ClusterHealthStatus clusterStatus,
NodeInfo nodeInfo,
NodeStats nodeStats,
ShardStats[] shardsStats) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
getNoderemoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, 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 インタフェース内 StreamablereadFrom クラス内 BaseNodeResponseIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamablewriteTo クラス内 BaseNodeResponseIOExceptionCopyright © 2009–2016. All rights reserved.