Class IndexStats
java.lang.Object
co.elastic.clients.elasticsearch.indices.stats.IndexStats
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndexStats extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndexStats.Builder
Builder forIndexStats
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexStats>
_DESERIALIZER
Json deserializer forIndexStats
-
Method Summary
Modifier and Type Method Description BulkStats
bulk()
API name:bulk
CompletionStats
completion()
Contains statistics about completions across all shards assigned to the node.DocStats
docs()
Contains statistics about documents across all primary shards assigned to the node.FielddataStats
fielddata()
Contains statistics about the field data cache across all shards assigned to the node.FlushStats
flush()
Contains statistics about flush operations for the node.GetStats
get()
Contains statistics about get operations for the node.IndexingStats
indexing()
Contains statistics about indexing operations for the node.MergesStats
merges()
Contains statistics about merge operations for the node.static IndexStats
of(java.util.function.Function<IndexStats.Builder,ObjectBuilder<IndexStats>> fn)
QueryCacheStats
queryCache()
Contains statistics about the query cache across all shards assigned to the node.RecoveryStats
recovery()
Contains statistics about recovery operations for the node.RefreshStats
refresh()
Contains statistics about refresh operations for the node.RequestCacheStats
requestCache()
Contains statistics about the request cache across all shards assigned to the node.SearchStats
search()
Contains statistics about search operations for the node.SegmentsStats
segments()
Contains statistics about segments across all shards assigned to the node.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
setupIndexStatsDeserializer(ObjectDeserializer<IndexStats.Builder> op)
ShardsTotalStats
shards()
API name:shards
StoreStats
store()
Contains statistics about the size of shards assigned to the node.TranslogStats
translog()
Contains statistics about transaction log operations for the node.WarmerStats
warmer()
Contains statistics about index warming operations for the node.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexStats
-
-
Method Details
-
of
public static IndexStats of(java.util.function.Function<IndexStats.Builder,ObjectBuilder<IndexStats>> fn) -
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
-
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
-
shards
API name:shards
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupIndexStatsDeserializer
-