Class FileSystemTotal
java.lang.Object
co.elastic.clients.elasticsearch.nodes.FileSystemTotal
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FileSystemTotal>Json deserializer forFileSystemTotal -
Method Summary
Modifier and TypeMethodDescriptionfinal StringTotal disk space available to this Java virtual machine on all file stores.final LongTotal number of bytes available to this Java virtual machine on all file stores.final Stringfree()Total unallocated disk space in all file stores.final LongTotal number of unallocated bytes in all file stores.static FileSystemTotalvoidserialize(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 all file stores.final LongTotal size of all file stores in bytes.
-
Field Details
-
_DESERIALIZER
Json deserializer forFileSystemTotal
-
-
Method Details
-
of
public static FileSystemTotal of(Function<FileSystemTotal.Builder, ObjectBuilder<FileSystemTotal>> fn) -
available
Total disk space available to this Java virtual machine on all file stores. Depending on OS or process level restrictions, this might appear less thanfree. This is the actual amount of free disk space the Elasticsearch node can utilise.API name:
available -
availableInBytes
Total number of bytes available to this Java virtual machine on all file stores. Depending on OS or process level restrictions, this might appear less thanfree_in_bytes. This is the actual amount of free disk space the Elasticsearch node can utilise.API name:
available_in_bytes -
free
Total unallocated disk space in all file stores.API name:
free -
freeInBytes
Total number of unallocated bytes in all file stores.API name:
free_in_bytes -
total
Total size of all file stores.API name:
total -
totalInBytes
Total size of all file stores in bytes.API name:
total_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFileSystemTotalDeserializer
protected static void setupFileSystemTotalDeserializer(ObjectDeserializer<FileSystemTotal.Builder> op)
-