Class IndexStats
java.lang.Object
co.elastic.clients.elasticsearch.indices.stats.IndexStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexStats>Json deserializer forIndexStats -
Method Summary
Modifier and TypeMethodDescriptionfinal BulkStatsbulk()API name:bulkfinal CompletionStatsContains statistics about completions across all shards assigned to the node.final DocStatsdocs()Contains statistics about documents across all primary shards assigned to the node.final FielddataStatsContains statistics about the field data cache across all shards assigned to the node.final FlushStatsflush()Contains statistics about flush operations for the node.final GetStatsget()Contains statistics about get operations for the node.final IndexingStatsindexing()Contains statistics about indexing operations for the node.final IndicesStatsindices()Contains statistics about indices operations for the node.final MergesStatsmerges()Contains statistics about merge operations for the node.static IndexStatsfinal QueryCacheStatsContains statistics about the query cache across all shards assigned to the node.final RecoveryStatsrecovery()Contains statistics about recovery operations for the node.final RefreshStatsrefresh()Contains statistics about refresh operations for the node.final RequestCacheStatsContains statistics about the request cache across all shards assigned to the node.final SearchStatssearch()Contains statistics about search operations for the node.final SegmentsStatssegments()Contains statistics about segments across all shards assigned to the node.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal ShardsTotalStatsAPI name:shard_statsfinal StoreStatsstore()Contains statistics about the size of shards assigned to the node.toString()final TranslogStatstranslog()Contains statistics about transaction log operations for the node.final WarmerStatswarmer()Contains statistics about index warming operations for the node.
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexStats
-
-
Method Details
-
of
-
completion
Contains statistics about completions across all shards assigned to the node.API name:
completion -
docs
Contains statistics about documents across all primary shards assigned to the node.API name:
docs -
fielddata
Contains statistics about the field data cache across all shards assigned to the node.API name:
fielddata -
flush
Contains statistics about flush operations for the node.API name:
flush -
get
Contains statistics about get operations for the node.API name:
get -
indexing
Contains statistics about indexing operations for the node.API name:
indexing -
indices
Contains statistics about indices operations for the node.API name:
indices -
merges
Contains statistics about merge operations for the node.API name:
merges -
queryCache
Contains statistics about the query cache across all shards assigned to the node.API name:
query_cache -
recovery
Contains statistics about recovery operations for the node.API name:
recovery -
refresh
Contains statistics about refresh operations for the node.API name:
refresh -
requestCache
Contains statistics about the request cache across all shards assigned to the node.API name:
request_cache -
search
Contains statistics about search operations for the node.API name:
search -
segments
Contains statistics about segments across all shards assigned to the node.API name:
segments -
store
Contains statistics about the size of shards assigned to the node.API name:
store -
translog
Contains statistics about transaction log operations for the node.API name:
translog -
warmer
Contains statistics about index warming operations for the node.API name:
warmer -
bulk
API name:bulk -
shardStats
API name:shard_stats -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexStatsDeserializer
-