public class ClusterStatsIndices extends Object implements ToXContent, Streamable
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ClusterStatsIndices.ShardStats |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
ClusterStatsIndices(ClusterStatsNodeResponse[] nodeResponses) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CompletionStats |
getCompletion() |
DocsStats |
getDocs() |
FieldDataStats |
getFieldData() |
int |
getIndexCount() |
PercolateStats |
getPercolate() |
QueryCacheStats |
getQueryCache() |
SegmentsStats |
getSegments() |
ClusterStatsIndices.ShardStats |
getShards() |
StoreStats |
getStore() |
void |
readFrom(StreamInput in) |
static ClusterStatsIndices |
readIndicesStats(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public ClusterStatsIndices(ClusterStatsNodeResponse[] nodeResponses)
public int getIndexCount()
public ClusterStatsIndices.ShardStats getShards()
public DocsStats getDocs()
public StoreStats getStore()
public FieldDataStats getFieldData()
public QueryCacheStats getQueryCache()
public CompletionStats getCompletion()
public SegmentsStats getSegments()
public PercolateStats getPercolate()
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic static ClusterStatsIndices readIndicesStats(StreamInput in) throws IOException
IOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.