Class ClusterStatsIndices
- java.lang.Object
-
- org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- All Implemented Interfaces:
ToXContent,ToXContentFragment
public class ClusterStatsIndices extends java.lang.Object implements ToXContentFragment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterStatsIndices.ShardStats-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description ClusterStatsIndices(java.util.List<ClusterStatsNodeResponse> nodeResponses)
-
Method Summary
Modifier and Type Method Description CompletionStatsgetCompletion()DocsStatsgetDocs()FieldDataStatsgetFieldData()intgetIndexCount()QueryCacheStatsgetQueryCache()SegmentsStatsgetSegments()ClusterStatsIndices.ShardStatsgetShards()StoreStatsgetStore()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
-
-
-
Constructor Detail
-
ClusterStatsIndices
public ClusterStatsIndices(java.util.List<ClusterStatsNodeResponse> nodeResponses)
-
-
Method Detail
-
getIndexCount
public int getIndexCount()
-
getShards
public ClusterStatsIndices.ShardStats getShards()
-
getDocs
public DocsStats getDocs()
-
getStore
public StoreStats getStore()
-
getFieldData
public FieldDataStats getFieldData()
-
getQueryCache
public QueryCacheStats getQueryCache()
-
getCompletion
public CompletionStats getCompletion()
-
getSegments
public SegmentsStats getSegments()
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
-