Class ClusterFileSystem

java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterFileSystem
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class ClusterFileSystem extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • path

      @Nullable public final String path()
      API name: path
    • mount

      @Nullable public final String mount()
      API name: mount
    • type

      @Nullable public final String type()
      API name: type
    • availableInBytes

      @Nullable public final Long 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 than nodes.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

      @Nullable public final String 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 than nodes.fs.free_in_byes. This is the actual amount of free disk space the selected Elasticsearch nodes can use.

      API name: available

    • freeInBytes

      @Nullable public final Long freeInBytes()
      Total number, in bytes, of unallocated bytes in file stores across all selected nodes.

      API name: free_in_bytes

    • free

      @Nullable public final String free()
      Total number of unallocated bytes in file stores across all selected nodes.

      API name: free

    • totalInBytes

      @Nullable public final Long totalInBytes()
      Total size, in bytes, of all file stores across all selected nodes.

      API name: total_in_bytes

    • total

      @Nullable public final String total()
      Total size of all file stores across all selected nodes.

      API name: total

    • lowWatermarkFreeSpace

      @Nullable public final String lowWatermarkFreeSpace()
      API name: low_watermark_free_space
    • lowWatermarkFreeSpaceInBytes

      @Nullable public final Long lowWatermarkFreeSpaceInBytes()
      API name: low_watermark_free_space_in_bytes
    • highWatermarkFreeSpace

      @Nullable public final String highWatermarkFreeSpace()
      API name: high_watermark_free_space
    • highWatermarkFreeSpaceInBytes

      @Nullable public final Long highWatermarkFreeSpaceInBytes()
      API name: high_watermark_free_space_in_bytes
    • floodStageFreeSpace

      @Nullable public final String floodStageFreeSpace()
      API name: flood_stage_free_space
    • floodStageFreeSpaceInBytes

      @Nullable public final Long floodStageFreeSpaceInBytes()
      API name: flood_stage_free_space_in_bytes
    • frozenFloodStageFreeSpace

      @Nullable public final String frozenFloodStageFreeSpace()
      API name: frozen_flood_stage_free_space
    • frozenFloodStageFreeSpaceInBytes

      @Nullable public final Long frozenFloodStageFreeSpaceInBytes()
      API name: frozen_flood_stage_free_space_in_bytes
    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupClusterFileSystemDeserializer

      protected static void setupClusterFileSystemDeserializer(ObjectDeserializer<ClusterFileSystem.Builder> op)