public class ClusterStatsResponse extends BaseNodesResponse<ClusterStatsNodeResponse> implements ToXContent
TransportResponse.EmptyToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsnodesheadersEMPTY_PARAMS| コンストラクタと説明 |
|---|
ClusterStatsResponse(long timestamp,
ClusterName clusterName,
String clusterUUID,
ClusterStatsNodeResponse[] nodes) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ClusterStatsNodeResponse |
getAt(int position) |
ClusterStatsIndices |
getIndicesStats() |
ClusterStatsNodeResponse[] |
getNodes() |
Map<String,ClusterStatsNodeResponse> |
getNodesMap() |
ClusterStatsNodes |
getNodesStats() |
ClusterHealthStatus |
getStatus() |
long |
getTimestamp() |
Iterator<ClusterStatsNodeResponse> |
iterator() |
void |
readFrom(StreamInput in) |
String |
toString() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
failures, getClusterName, getClusterNameAsStringremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ClusterStatsResponse(long timestamp,
ClusterName clusterName,
String clusterUUID,
ClusterStatsNodeResponse[] nodes)
public long getTimestamp()
public ClusterHealthStatus getStatus()
public ClusterStatsNodes getNodesStats()
public ClusterStatsIndices getIndicesStats()
public ClusterStatsNodeResponse[] getNodes()
getNodes クラス内 BaseNodesResponse<ClusterStatsNodeResponse>public Map<String,ClusterStatsNodeResponse> getNodesMap()
getNodesMap クラス内 BaseNodesResponse<ClusterStatsNodeResponse>public ClusterStatsNodeResponse getAt(int position)
getAt クラス内 BaseNodesResponse<ClusterStatsNodeResponse>public Iterator<ClusterStatsNodeResponse> iterator()
iterator インタフェース内 Iterable<ClusterStatsNodeResponse>iterator クラス内 BaseNodesResponse<ClusterStatsNodeResponse>public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamablereadFrom クラス内 BaseNodesResponse<ClusterStatsNodeResponse>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamablewriteTo クラス内 BaseNodesResponse<ClusterStatsNodeResponse>IOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.