Class DataPathStats
java.lang.Object
co.elastic.clients.elasticsearch.nodes.DataPathStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DataPathStats>Json deserializer forDataPathStats -
Method Summary
Modifier and TypeMethodDescriptionfinal StringTotal amount of disk space available to this Java virtual machine on this file store.final LongTotal number of bytes available to this Java virtual machine on this file store.final StringAPI name:disk_queuefinal LongAPI name:disk_readsfinal StringAPI name:disk_read_sizefinal LongAPI name:disk_read_size_in_bytesfinal LongAPI name:disk_writesfinal StringAPI name:disk_write_sizefinal LongAPI name:disk_write_size_in_bytesfinal Stringfree()Total amount of unallocated disk space in the file store.final LongTotal number of unallocated bytes in the file store.final Stringmount()Mount point of the file store (for example:/dev/sda2).static DataPathStatsfinal Stringpath()Path to the file store.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Stringtotal()Total size of the file store.final LongTotal size of the file store in bytes.final Stringtype()Type of the file store (ex: ext4).
-
Field Details
-
_DESERIALIZER
Json deserializer forDataPathStats
-
-
Method Details
-
of
-
available
Total amount of disk space available to this Java virtual machine on this file store.API name:
available -
availableInBytes
Total number of bytes available to this Java virtual machine on this file store.API name:
available_in_bytes -
diskQueue
API name:disk_queue -
diskReads
API name:disk_reads -
diskReadSize
API name:disk_read_size -
diskReadSizeInBytes
API name:disk_read_size_in_bytes -
diskWrites
API name:disk_writes -
diskWriteSize
API name:disk_write_size -
diskWriteSizeInBytes
API name:disk_write_size_in_bytes -
free
Total amount of unallocated disk space in the file store.API name:
free -
freeInBytes
Total number of unallocated bytes in the file store.API name:
free_in_bytes -
mount
Mount point of the file store (for example:/dev/sda2).API name:
mount -
path
Path to the file store.API name:
path -
total
Total size of the file store.API name:
total -
totalInBytes
Total size of the file store in bytes.API name:
total_in_bytes -
type
Type of the file store (ex: ext4).API name:
type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDataPathStatsDeserializer
-