Class ClusterFileSystem
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterFileSystem
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterFileSystem>Json deserializer forClusterFileSystem -
Method Summary
Modifier and TypeMethodDescriptionfinal StringTotal number of bytes available to JVM in file stores across all selected nodes.final LongTotal number of bytes available to JVM in file stores across all selected nodes.final StringAPI name:flood_stage_free_spacefinal LongAPI name:flood_stage_free_space_in_bytesfinal Stringfree()Total number of unallocated bytes in file stores across all selected nodes.final LongTotal number, in bytes, of unallocated bytes in file stores across all selected nodes.final StringAPI name:frozen_flood_stage_free_spacefinal LongAPI name:frozen_flood_stage_free_space_in_bytesfinal StringAPI name:high_watermark_free_spacefinal LongAPI name:high_watermark_free_space_in_bytesfinal StringAPI name:low_watermark_free_spacefinal LongAPI name:low_watermark_free_space_in_bytesfinal Stringmount()API name:mountstatic ClusterFileSystemfinal Stringpath()API name:pathvoidserialize(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 across all selected nodes.final LongTotal size, in bytes, of all file stores across all selected nodes.final Stringtype()API name:type
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterFileSystem
-
-
Method Details
-
of
public static ClusterFileSystem of(Function<ClusterFileSystem.Builder, ObjectBuilder<ClusterFileSystem>> fn) -
path
API name:path -
mount
API name:mount -
type
API name:type -
availableInBytes
Total number of bytes available to JVM in file stores across all selected nodes. Depending on operating system or process-level restrictions, this number may be less thannodes.fs.free_in_byes. This is the actual amount of free disk space the selected Elasticsearch nodes can use.API name:
available_in_bytes -
available
Total number of bytes available to JVM in file stores across all selected nodes. Depending on operating system or process-level restrictions, this number may be less thannodes.fs.free_in_byes. This is the actual amount of free disk space the selected Elasticsearch nodes can use.API name:
available -
freeInBytes
Total number, in bytes, of unallocated bytes in file stores across all selected nodes.API name:
free_in_bytes -
free
Total number of unallocated bytes in file stores across all selected nodes.API name:
free -
totalInBytes
Total size, in bytes, of all file stores across all selected nodes.API name:
total_in_bytes -
total
Total size of all file stores across all selected nodes.API name:
total -
lowWatermarkFreeSpace
API name:low_watermark_free_space -
lowWatermarkFreeSpaceInBytes
API name:low_watermark_free_space_in_bytes -
highWatermarkFreeSpace
API name:high_watermark_free_space -
highWatermarkFreeSpaceInBytes
API name:high_watermark_free_space_in_bytes -
floodStageFreeSpace
API name:flood_stage_free_space -
floodStageFreeSpaceInBytes
API name:flood_stage_free_space_in_bytes -
frozenFloodStageFreeSpace
API name:frozen_flood_stage_free_space -
frozenFloodStageFreeSpaceInBytes
API name:frozen_flood_stage_free_space_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterFileSystemDeserializer
protected static void setupClusterFileSystemDeserializer(ObjectDeserializer<ClusterFileSystem.Builder> op)
-