Class SegmentsStats
java.lang.Object
co.elastic.clients.elasticsearch._types.SegmentsStats
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class SegmentsStats extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSegmentsStats.BuilderBuilder forSegmentsStats. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SegmentsStats>_DESERIALIZERJson deserializer forSegmentsStats -
Constructor Summary
Constructors Constructor Description SegmentsStats(SegmentsStats.Builder builder)SegmentsStats(java.util.function.Function<SegmentsStats.Builder,SegmentsStats.Builder> fn) -
Method Summary
Modifier and Type Method Description intcount()Required - API name:countjava.lang.StringdocValuesMemory()API name:doc_values_memoryintdocValuesMemoryInBytes()Required - API name:doc_values_memory_in_bytesjava.util.Map<java.lang.String,ShardFileSizeInfo>fileSizes()Required - API name:file_sizesjava.lang.StringfixedBitSet()API name:fixed_bit_setintfixedBitSetMemoryInBytes()Required - API name:fixed_bit_set_memory_in_bytesjava.lang.IntegerindexWriterMaxMemoryInBytes()API name:index_writer_max_memory_in_bytesjava.lang.StringindexWriterMemory()API name:index_writer_memoryintindexWriterMemoryInBytes()Required - API name:index_writer_memory_in_bytesintmaxUnsafeAutoIdTimestamp()Required - API name:max_unsafe_auto_id_timestampjava.lang.Stringmemory()API name:memoryintmemoryInBytes()Required - API name:memory_in_bytesjava.lang.StringnormsMemory()API name:norms_memoryintnormsMemoryInBytes()Required - API name:norms_memory_in_bytesjava.lang.StringpointsMemory()API name:points_memoryintpointsMemoryInBytes()Required - API name:points_memory_in_bytesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSegmentsStatsDeserializer(DelegatingDeserializer<SegmentsStats.Builder> op)intstoredFieldsMemoryInBytes()Required - API name:stored_fields_memory_in_bytesjava.lang.StringstoredMemory()API name:stored_memoryjava.lang.StringtermsMemory()API name:terms_memoryinttermsMemoryInBytes()Required - API name:terms_memory_in_bytesinttermVectorsMemoryInBytes()Required - API name:term_vectors_memory_in_bytesjava.lang.StringtermVectoryMemory()API name:term_vectory_memoryjava.lang.StringversionMapMemory()API name:version_map_memoryintversionMapMemoryInBytes()Required - API name:version_map_memory_in_bytesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSegmentsStats
-
-
Constructor Details
-
SegmentsStats
-
SegmentsStats
-
-
Method Details
-
count
public int count()Required - API name:count -
docValuesMemory
@Nullable public java.lang.String docValuesMemory()API name:doc_values_memory -
docValuesMemoryInBytes
public int docValuesMemoryInBytes()Required - API name:doc_values_memory_in_bytes -
fileSizes
Required - API name:file_sizes -
fixedBitSet
@Nullable public java.lang.String fixedBitSet()API name:fixed_bit_set -
fixedBitSetMemoryInBytes
public int fixedBitSetMemoryInBytes()Required - API name:fixed_bit_set_memory_in_bytes -
indexWriterMemory
@Nullable public java.lang.String indexWriterMemory()API name:index_writer_memory -
indexWriterMaxMemoryInBytes
@Nullable public java.lang.Integer indexWriterMaxMemoryInBytes()API name:index_writer_max_memory_in_bytes -
indexWriterMemoryInBytes
public int indexWriterMemoryInBytes()Required - API name:index_writer_memory_in_bytes -
maxUnsafeAutoIdTimestamp
public int maxUnsafeAutoIdTimestamp()Required - API name:max_unsafe_auto_id_timestamp -
memory
@Nullable public java.lang.String memory()API name:memory -
memoryInBytes
public int memoryInBytes()Required - API name:memory_in_bytes -
normsMemory
@Nullable public java.lang.String normsMemory()API name:norms_memory -
normsMemoryInBytes
public int normsMemoryInBytes()Required - API name:norms_memory_in_bytes -
pointsMemory
@Nullable public java.lang.String pointsMemory()API name:points_memory -
pointsMemoryInBytes
public int pointsMemoryInBytes()Required - API name:points_memory_in_bytes -
storedMemory
@Nullable public java.lang.String storedMemory()API name:stored_memory -
storedFieldsMemoryInBytes
public int storedFieldsMemoryInBytes()Required - API name:stored_fields_memory_in_bytes -
termsMemoryInBytes
public int termsMemoryInBytes()Required - API name:terms_memory_in_bytes -
termsMemory
@Nullable public java.lang.String termsMemory()API name:terms_memory -
termVectoryMemory
@Nullable public java.lang.String termVectoryMemory()API name:term_vectory_memory -
termVectorsMemoryInBytes
public int termVectorsMemoryInBytes()Required - API name:term_vectors_memory_in_bytes -
versionMapMemory
@Nullable public java.lang.String versionMapMemory()API name:version_map_memory -
versionMapMemoryInBytes
public int versionMapMemoryInBytes()Required - API name:version_map_memory_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupSegmentsStatsDeserializer
protected static void setupSegmentsStatsDeserializer(DelegatingDeserializer<SegmentsStats.Builder> op)
-