Class ClusterFileSystem.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<ClusterFileSystem.Builder>
co.elastic.clients.elasticsearch.cluster.stats.ClusterFileSystem.Builder
- All Implemented Interfaces:
WithJson<ClusterFileSystem.Builder>
,ObjectBuilder<ClusterFileSystem>
- Enclosing class:
- ClusterFileSystem
public static class ClusterFileSystem.Builder
extends WithJsonObjectBuilderBase<ClusterFileSystem.Builder>
implements ObjectBuilder<ClusterFileSystem>
Builder for
ClusterFileSystem
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTotal number of bytes available to JVM in file stores across all selected nodes.availableInBytes
(Long value) Total number of bytes available to JVM in file stores across all selected nodes.build()
Builds aClusterFileSystem
.floodStageFreeSpace
(String value) API name:flood_stage_free_space
floodStageFreeSpaceInBytes
(Long value) API name:flood_stage_free_space_in_bytes
Total number of unallocated bytes in file stores across all selected nodes.freeInBytes
(Long value) Total number, in bytes, of unallocated bytes in file stores across all selected nodes.frozenFloodStageFreeSpace
(String value) API name:frozen_flood_stage_free_space
API name:frozen_flood_stage_free_space_in_bytes
highWatermarkFreeSpace
(String value) API name:high_watermark_free_space
API name:high_watermark_free_space_in_bytes
lowWatermarkFreeSpace
(String value) API name:low_watermark_free_space
lowWatermarkFreeSpaceInBytes
(Long value) API name:low_watermark_free_space_in_bytes
API name:mount
API name:path
protected ClusterFileSystem.Builder
self()
Total size of all file stores across all selected nodes.totalInBytes
(Long value) Total size, in bytes, of all file stores across all selected nodes.API name:type
Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJson
Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
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
-
self
- Specified by:
self
in classWithJsonObjectBuilderBase<ClusterFileSystem.Builder>
-
build
Builds aClusterFileSystem
.- Specified by:
build
in interfaceObjectBuilder<ClusterFileSystem>
- Throws:
NullPointerException
- if some of the required fields are null.
-