Class ClusterIndices
java.lang.Object
org.opensearch.client.opensearch.cluster.stats.ClusterIndices
- All Implemented Interfaces:
ToJsonp
public final class ClusterIndices extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterIndices.BuilderBuilder forClusterIndices. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterIndices>DESERIALIZERJson deserializer for ClusterIndices -
Constructor Summary
Constructors Modifier Constructor Description protectedClusterIndices(ClusterIndices.Builder builder) -
Method Summary
Modifier and Type Method Description CharFilterTypesanalysis()Contains statistics about analyzers and analyzer components used in selected nodes.CompletionStatscompletion()Contains statistics about memory used for completion in selected nodes.java.lang.Numbercount()Total number of indices with shards assigned to selected nodes.DocStatsdocs()Contains counts for documents in selected nodes.FielddataStatsfielddata()Contains statistics about the field data cache of selected nodes.FieldTypesMappingsmappings()Contains statistics about field mappings in selected nodes.QueryCacheStatsqueryCache()Contains statistics about the query cache of selected nodes.SegmentsStatssegments()Contains statistics about segments in selected nodes.protected static voidsetupClusterIndicesDeserializer(DelegatingDeserializer<ClusterIndices.Builder> op)ClusterIndicesShardsshards()Contains statistics about indices with shards assigned to selected nodes.StoreStatsstore()Contains statistics about the size of shards assigned to selected nodes.voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.util.List<IndicesVersions>versions()API name:versions
-
Field Details
-
DESERIALIZER
Json deserializer for ClusterIndices
-
-
Constructor Details
-
Method Details
-
completion
Contains statistics about memory used for completion in selected nodes. API name:completion -
count
public java.lang.Number count()Total number of indices with shards assigned to selected nodes. API name:count -
docs
Contains counts for documents in selected nodes. API name:docs -
fielddata
Contains statistics about the field data cache of selected nodes. API name:fielddata -
queryCache
Contains statistics about the query cache of selected nodes. API name:query_cache -
segments
Contains statistics about segments in selected nodes. API name:segments -
shards
Contains statistics about indices with shards assigned to selected nodes. API name:shards -
store
Contains statistics about the size of shards assigned to selected nodes. API name:store -
mappings
Contains statistics about field mappings in selected nodes. API name:mappings -
analysis
Contains statistics about analyzers and analyzer components used in selected nodes. API name:analysis -
versions
API name:versions -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupClusterIndicesDeserializer
protected static void setupClusterIndicesDeserializer(DelegatingDeserializer<ClusterIndices.Builder> op)
-