Module org.elasticsearch.server
Class ClusterStatsIndices
java.lang.Object
org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
- All Implemented Interfaces:
ToXContent,ToXContentFragment
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionClusterStatsIndices(List<ClusterStatsNodeResponse> nodeResponses, MappingStats mappingStats, AnalysisStats analysisStats, VersionStats versionStats) -
Method Summary
Modifier and TypeMethodDescriptiongetDocs()intgetStore()toXContent(XContentBuilder builder, ToXContent.Params params) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
ClusterStatsIndices
public ClusterStatsIndices(List<ClusterStatsNodeResponse> nodeResponses, MappingStats mappingStats, AnalysisStats analysisStats, VersionStats versionStats)
-
-
Method Details
-
getIndexCount
public int getIndexCount() -
getShards
-
getDocs
-
getStore
-
getFieldData
-
getQueryCache
-
getCompletion
-
getSegments
-
getMappings
-
getAnalysis
-
getVersions
-
getSearchUsageStats
-
getDenseVectorStats
-
getSparseVectorStats
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-