Class ClusterIndices
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterIndices
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterIndices>
Json deserializer forClusterIndices
-
Method Summary
Modifier and TypeMethodDescriptionfinal CharFilterTypes
analysis()
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 DenseVectorStats
Required - Contains statistics about indexed dense vectorfinal 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()
Contains statistics about field mappings in selected nodes.static ClusterIndices
final QueryCacheStats
Required - Contains statistics about the query cache of selected nodes.final SearchUsageStats
search()
Required - Holds a snapshot of the search usage statistics.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 SparseVectorStats
Required - Contains statistics about indexed sparse vectorfinal 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
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
-
search
Required - Holds a snapshot of the search usage statistics. Used to hold the stats for a single node that's part of a ClusterStatsNodeResponse, as well as to accumulate stats for the entire cluster and return them as part of the ClusterStatsResponse.API name:
search
-
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
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
-
denseVector
Required - Contains statistics about indexed dense vectorAPI name:
dense_vector
-
sparseVector
Required - Contains statistics about indexed sparse vectorAPI name:
sparse_vector
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterIndicesDeserializer
protected static void setupClusterIndicesDeserializer(ObjectDeserializer<ClusterIndices.Builder> op)
-