Class IoStatDevice

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

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

  • Method Details

    • of

    • deviceName

      @Nullable public final String deviceName()
      The Linux device name.

      API name: device_name

    • operations

      @Nullable public final Long operations()
      The total number of read and write operations for the device completed since starting Elasticsearch.

      API name: operations

    • readKilobytes

      @Nullable public final Long readKilobytes()
      The total number of kilobytes read for the device since starting Elasticsearch.

      API name: read_kilobytes

    • readOperations

      @Nullable public final Long readOperations()
      The total number of read operations for the device completed since starting Elasticsearch.

      API name: read_operations

    • writeKilobytes

      @Nullable public final Long writeKilobytes()
      The total number of kilobytes written for the device since starting Elasticsearch.

      API name: write_kilobytes

    • writeOperations

      @Nullable public final Long writeOperations()
      The total number of write operations for the device completed since starting Elasticsearch.

      API name: write_operations

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

      protected static void setupIoStatDeviceDeserializer(ObjectDeserializer<IoStatDevice.Builder> op)