Class StoreStats
java.lang.Object
co.elastic.clients.elasticsearch._types.StoreStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<StoreStats>Json deserializer forStoreStats -
Method Summary
Modifier and TypeMethodDescriptionstatic StoreStatsfinal Stringreserved()A prediction of how much larger the shard stores will eventually grow due to ongoing peer recoveries, restoring snapshots, and similar activities.final longRequired - A prediction, in bytes, of how much larger the shard stores will eventually grow due to ongoing peer recoveries, restoring snapshots, and similar activities.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 Stringsize()Total size of all shards assigned to selected nodes.final longRequired - Total size, in bytes, of all shards assigned to selected nodes.toString()final StringTotal data set size of all shards assigned to selected nodes.final LongTotal data set size, in bytes, of all shards assigned to selected nodes.
-
Field Details
-
_DESERIALIZER
Json deserializer forStoreStats
-
-
Method Details
-
of
-
size
Total size of all shards assigned to selected nodes.API name:
size -
sizeInBytes
public final long sizeInBytes()Required - Total size, in bytes, of all shards assigned to selected nodes.API name:
size_in_bytes -
reserved
A prediction of how much larger the shard stores will eventually grow due to ongoing peer recoveries, restoring snapshots, and similar activities.API name:
reserved -
reservedInBytes
public final long reservedInBytes()Required - A prediction, in bytes, of how much larger the shard stores will eventually grow due to ongoing peer recoveries, restoring snapshots, and similar activities.API name:
reserved_in_bytes -
totalDataSetSize
Total data set size of all shards assigned to selected nodes. This includes the size of shards not stored fully on the nodes, such as the cache for partially mounted indices.API name:
total_data_set_size -
totalDataSetSizeInBytes
Total data set size, in bytes, of all shards assigned to selected nodes. This includes the size of shards not stored fully on the nodes, such as the cache for partially mounted indices.API name:
total_data_set_size_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupStoreStatsDeserializer
-