Class DataPathStats

java.lang.Object
co.elastic.clients.elasticsearch.nodes.DataPathStats
All Implemented Interfaces:
JsonpSerializable

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

  • Method Details

    • of

    • available

      @Nullable public final String available()
      Total amount of disk space available to this Java virtual machine on this file store.

      API name: available

    • availableInBytes

      @Nullable public final Long availableInBytes()
      Total number of bytes available to this Java virtual machine on this file store.

      API name: available_in_bytes

    • diskQueue

      @Nullable public final String diskQueue()
      API name: disk_queue
    • diskReads

      @Nullable public final Long diskReads()
      API name: disk_reads
    • diskReadSize

      @Nullable public final String diskReadSize()
      API name: disk_read_size
    • diskReadSizeInBytes

      @Nullable public final Long diskReadSizeInBytes()
      API name: disk_read_size_in_bytes
    • diskWrites

      @Nullable public final Long diskWrites()
      API name: disk_writes
    • diskWriteSize

      @Nullable public final String diskWriteSize()
      API name: disk_write_size
    • diskWriteSizeInBytes

      @Nullable public final Long diskWriteSizeInBytes()
      API name: disk_write_size_in_bytes
    • free

      @Nullable public final String free()
      Total amount of unallocated disk space in the file store.

      API name: free

    • freeInBytes

      @Nullable public final Long freeInBytes()
      Total number of unallocated bytes in the file store.

      API name: free_in_bytes

    • mount

      @Nullable public final String mount()
      Mount point of the file store (for example: /dev/sda2).

      API name: mount

    • path

      @Nullable public final String path()
      Path to the file store.

      API name: path

    • total

      @Nullable public final String total()
      Total size of the file store.

      API name: total

    • totalInBytes

      @Nullable public final Long totalInBytes()
      Total size of the file store in bytes.

      API name: total_in_bytes

    • type

      @Nullable public final String type()
      Type of the file store (ex: ext4).

      API name: type

    • 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
    • setupDataPathStatsDeserializer

      protected static void setupDataPathStatsDeserializer(ObjectDeserializer<DataPathStats.Builder> op)