Class IoStatDevice

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

@JsonpDeserializable
public class IoStatDevice
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static IoStatDevice of​(java.util.function.Function<IoStatDevice.Builder,​ObjectBuilder<IoStatDevice>> fn)
    • deviceName

      @Nullable public final java.lang.String deviceName()
      API name: device_name
    • operations

      @Nullable public final java.lang.Long operations()
      API name: operations
    • readKilobytes

      @Nullable public final java.lang.Long readKilobytes()
      API name: read_kilobytes
    • readOperations

      @Nullable public final java.lang.Long readOperations()
      API name: read_operations
    • writeKilobytes

      @Nullable public final java.lang.Long writeKilobytes()
      API name: write_kilobytes
    • writeOperations

      @Nullable public final java.lang.Long writeOperations()
      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 java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupIoStatDeviceDeserializer

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