Class SegmentsStats
java.lang.Object
co.elastic.clients.elasticsearch._types.SegmentsStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SegmentsStats>Json deserializer forSegmentsStats -
Method Summary
Modifier and TypeMethodDescriptionfinal intcount()Required - Total number of segments across all shards assigned to selected nodes.final StringTotal amount of memory used for doc values across all shards assigned to selected nodes.final longRequired - Total amount, in bytes, of memory used for doc values across all shards assigned to selected nodes.final Map<String,ShardFileSizeInfo> Required - This object is not populated by the cluster stats API.final StringTotal amount of memory used by fixed bit sets across all shards assigned to selected nodes.final longRequired - Total amount of memory, in bytes, used by fixed bit sets across all shards assigned to selected nodes.final StringTotal amount of memory used by all index writers across all shards assigned to selected nodes.final longRequired - Total amount, in bytes, of memory used by all index writers across all shards assigned to selected nodes.final longRequired - Unix timestamp, in milliseconds, of the most recently retried indexing request.final Stringmemory()Total amount of memory used for segments across all shards assigned to selected nodes.final longRequired - Total amount, in bytes, of memory used for segments across all shards assigned to selected nodes.final StringTotal amount of memory used for normalization factors across all shards assigned to selected nodes.final longRequired - Total amount, in bytes, of memory used for normalization factors across all shards assigned to selected nodes.static SegmentsStatsfinal StringTotal amount of memory used for points across all shards assigned to selected nodes.final longRequired - Total amount, in bytes, of memory used for points across all shards assigned to selected nodes.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 StringTotal amount of memory used for stored fields across all shards assigned to selected nodes.final longRequired - Total amount, in bytes, of memory used for stored fields across all shards assigned to selected nodes.final StringTotal amount of memory used for terms across all shards assigned to selected nodes.final longRequired - Total amount, in bytes, of memory used for terms across all shards assigned to selected nodes.final StringTotal amount of memory used for term vectors across all shards assigned to selected nodes.final longRequired - Total amount, in bytes, of memory used for term vectors across all shards assigned to selected nodes.toString()final StringTotal amount of memory used by all version maps across all shards assigned to selected nodes.final longRequired - Total amount, in bytes, of memory used by all version maps across all shards assigned to selected nodes.
-
Field Details
-
_DESERIALIZER
Json deserializer forSegmentsStats
-
-
Method Details
-
of
-
count
public final int count()Required - Total number of segments across all shards assigned to selected nodes.API name:
count -
docValuesMemory
Total amount of memory used for doc values across all shards assigned to selected nodes.API name:
doc_values_memory -
docValuesMemoryInBytes
public final long docValuesMemoryInBytes()Required - Total amount, in bytes, of memory used for doc values across all shards assigned to selected nodes.API name:
doc_values_memory_in_bytes -
fileSizes
Required - This object is not populated by the cluster stats API. To get information on segment files, use the node stats API.API name:
file_sizes -
fixedBitSet
Total amount of memory used by fixed bit sets across all shards assigned to selected nodes. Fixed bit sets are used for nested object field types and type filters for join fields.API name:
fixed_bit_set -
fixedBitSetMemoryInBytes
public final long fixedBitSetMemoryInBytes()Required - Total amount of memory, in bytes, used by fixed bit sets across all shards assigned to selected nodes.API name:
fixed_bit_set_memory_in_bytes -
indexWriterMemory
Total amount of memory used by all index writers across all shards assigned to selected nodes.API name:
index_writer_memory -
indexWriterMemoryInBytes
public final long indexWriterMemoryInBytes()Required - Total amount, in bytes, of memory used by all index writers across all shards assigned to selected nodes.API name:
index_writer_memory_in_bytes -
maxUnsafeAutoIdTimestamp
public final long maxUnsafeAutoIdTimestamp()Required - Unix timestamp, in milliseconds, of the most recently retried indexing request.API name:
max_unsafe_auto_id_timestamp -
memory
Total amount of memory used for segments across all shards assigned to selected nodes.API name:
memory -
memoryInBytes
public final long memoryInBytes()Required - Total amount, in bytes, of memory used for segments across all shards assigned to selected nodes.API name:
memory_in_bytes -
normsMemory
Total amount of memory used for normalization factors across all shards assigned to selected nodes.API name:
norms_memory -
normsMemoryInBytes
public final long normsMemoryInBytes()Required - Total amount, in bytes, of memory used for normalization factors across all shards assigned to selected nodes.API name:
norms_memory_in_bytes -
pointsMemory
Total amount of memory used for points across all shards assigned to selected nodes.API name:
points_memory -
pointsMemoryInBytes
public final long pointsMemoryInBytes()Required - Total amount, in bytes, of memory used for points across all shards assigned to selected nodes.API name:
points_memory_in_bytes -
storedFieldsMemoryInBytes
public final long storedFieldsMemoryInBytes()Required - Total amount, in bytes, of memory used for stored fields across all shards assigned to selected nodes.API name:
stored_fields_memory_in_bytes -
storedFieldsMemory
Total amount of memory used for stored fields across all shards assigned to selected nodes.API name:
stored_fields_memory -
termsMemoryInBytes
public final long termsMemoryInBytes()Required - Total amount, in bytes, of memory used for terms across all shards assigned to selected nodes.API name:
terms_memory_in_bytes -
termsMemory
Total amount of memory used for terms across all shards assigned to selected nodes.API name:
terms_memory -
termVectorsMemory
Total amount of memory used for term vectors across all shards assigned to selected nodes.API name:
term_vectors_memory -
termVectorsMemoryInBytes
public final long termVectorsMemoryInBytes()Required - Total amount, in bytes, of memory used for term vectors across all shards assigned to selected nodes.API name:
term_vectors_memory_in_bytes -
versionMapMemory
Total amount of memory used by all version maps across all shards assigned to selected nodes.API name:
version_map_memory -
versionMapMemoryInBytes
public final long versionMapMemoryInBytes()Required - Total amount, in bytes, of memory used by all version maps across all shards assigned to selected nodes.API name:
version_map_memory_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSegmentsStatsDeserializer
-