Class ClusterIndices
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterIndices
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterIndices>
Json deserializer forClusterIndices
-
Method Summary
Modifier and TypeMethodDescriptionfinal CharFilterTypes
analysis()
Required - Contains statistics about analyzers and analyzer components used in selected nodes.final CompletionStats
Required - Contains statistics about memory used for completion in selected nodes.final long
count()
Required - Total number of indices with shards assigned to selected nodes.final DocStats
docs()
Required - Contains counts for documents in selected nodes.final FielddataStats
Required - Contains statistics about the field data cache of selected nodes.final FieldTypesMappings
mappings()
Required - Contains statistics about field mappings in selected nodes.static ClusterIndices
final QueryCacheStats
Required - Contains statistics about the query cache of selected nodes.final SegmentsStats
segments()
Required - Contains statistics about segments in selected nodes.void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
final ClusterIndicesShards
shards()
Required - Contains statistics about indices with shards assigned to selected nodes.final StoreStats
store()
Required - Contains statistics about the size of shards assigned to selected nodes.toString()
final List<IndicesVersions>
versions()
Contains statistics about analyzers and analyzer components used in selected nodes.
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterIndices
-
-
Method Details
-
of
-
analysis
Required - Contains statistics about analyzers and analyzer components used in selected nodes.API name:
analysis
-
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
Required - Contains counts for documents in selected nodes.API name:
docs
-
fielddata
Required - Contains statistics about the field data cache of selected nodes.API name:
fielddata
-
queryCache
Required - Contains statistics about the query cache of selected nodes.API name:
query_cache
-
segments
Required - Contains statistics about segments in selected nodes.API name:
segments
-
shards
Required - Contains statistics about indices with shards assigned to selected nodes.API name:
shards
-
store
Required - Contains statistics about the size of shards assigned to selected nodes.API name:
store
-
mappings
Required - Contains statistics about field mappings in selected nodes.API name:
mappings
-
versions
Contains statistics about analyzers and analyzer components used in selected nodes.API name:
versions
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterIndicesDeserializer
protected static void setupClusterIndicesDeserializer(ObjectDeserializer<ClusterIndices.Builder> op)
-