public class ClusterStatsIndices extends Object implements ToXContent, Streamable
| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterStatsIndices.ShardStats |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
ClusterStatsIndices(ClusterStatsNodeResponse[] nodeResponses) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic static ClusterStatsIndices readIndicesStats(StreamInput in) throws IOException
IOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent in interface ToXContentIOExceptionCopyright © 2009–2017. All rights reserved.