Class DataPathStats
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.DataPathStats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<DataPathStats.Builder,DataPathStats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class DataPathStats
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<DataPathStats.Builder,DataPathStats>
-
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.static DataPathStats.Builderbuilder()final StringTotal number of cache bytes reserved available to this Java virtual machine on this file store.final LongTotal number of cache bytes reserved available to this Java virtual machine on this file store.booleanfinal Stringfree()Total amount of unallocated disk space in the file store.final LongTotal number of unallocated bytes in the file store.inthashCode()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 voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.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).Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
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 -
cacheReserved
Total number of cache bytes reserved available to this Java virtual machine on this file store.API name:
cache_reserved -
cacheReservedInBytes
Total number of cache bytes reserved available to this Java virtual machine on this file store.API name:
cache_reserved_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
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DataPathStats.Builder,DataPathStats> - Returns:
- a new builder instance.
-
builder
-
setupDataPathStatsDeserializer
-
hashCode
public int hashCode() -
equals
-