Class ClusterIndices
- java.lang.Object
-
- org.opensearch.client.opensearch.cluster.stats.ClusterIndices
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClusterIndices extends java.lang.Object implements JsonpSerializable
-
-
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 forClusterIndices
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CharFilterTypesanalysis()Required - Contains statistics about analyzers and analyzer components used in selected nodes.CompletionStatscompletion()Required - Contains statistics about memory used for completion in selected nodes.longcount()Required - Total number of indices with shards assigned to selected nodes.DocStatsdocs()Required - Contains counts for documents in selected nodes.FielddataStatsfielddata()Required - Contains statistics about the field data cache of selected nodes.FieldTypesMappingsmappings()Required - Contains statistics about field mappings in selected nodes.static ClusterIndicesof(java.util.function.Function<ClusterIndices.Builder,ObjectBuilder<ClusterIndices>> fn)QueryCacheStatsqueryCache()Required - Contains statistics about the query cache of selected nodes.SegmentsStatssegments()Required - Contains statistics about segments in selected nodes.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterIndicesDeserializer(ObjectDeserializer<ClusterIndices.Builder> op)ClusterIndicesShardsshards()Required - Contains statistics about indices with shards assigned to selected nodes.StoreStatsstore()Required - Contains statistics about the size of shards assigned to selected nodes.java.util.List<IndicesVersions>versions()API name:versions
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<ClusterIndices> _DESERIALIZER
Json deserializer forClusterIndices
-
-
Method Detail
-
of
public static ClusterIndices of(java.util.function.Function<ClusterIndices.Builder,ObjectBuilder<ClusterIndices>> fn)
-
completion
public final CompletionStats completion()
Required - Contains statistics about memory used for completion in selected nodes.API name:
completion
-
count
public final long count()
Required - Total number of indices with shards assigned to selected nodes.API name:
count
-
docs
public final DocStats docs()
Required - Contains counts for documents in selected nodes.API name:
docs
-
fielddata
public final FielddataStats fielddata()
Required - Contains statistics about the field data cache of selected nodes.API name:
fielddata
-
queryCache
public final QueryCacheStats queryCache()
Required - Contains statistics about the query cache of selected nodes.API name:
query_cache
-
segments
public final SegmentsStats segments()
Required - Contains statistics about segments in selected nodes.API name:
segments
-
shards
public final ClusterIndicesShards shards()
Required - Contains statistics about indices with shards assigned to selected nodes.API name:
shards
-
store
public final StoreStats store()
Required - Contains statistics about the size of shards assigned to selected nodes.API name:
store
-
mappings
public final FieldTypesMappings mappings()
Required - Contains statistics about field mappings in selected nodes.API name:
mappings
-
analysis
public final CharFilterTypes analysis()
Required - Contains statistics about analyzers and analyzer components used in selected nodes.API name:
analysis
-
versions
public final java.util.List<IndicesVersions> versions()
API name:versions
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupClusterIndicesDeserializer
protected static void setupClusterIndicesDeserializer(ObjectDeserializer<ClusterIndices.Builder> op)
-
-