Class DataPathStats

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

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

  • Method Details

    • of

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

      @Nullable public final java.lang.String available()
      API name: available
    • availableInBytes

      @Nullable public final java.lang.Long availableInBytes()
      API name: available_in_bytes
    • diskQueue

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

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

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

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

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

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

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

      @Nullable public final java.lang.String free()
      API name: free
    • freeInBytes

      @Nullable public final java.lang.Long freeInBytes()
      API name: free_in_bytes
    • mount

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

      @Nullable public final java.lang.String path()
      API name: path
    • total

      @Nullable public final java.lang.String total()
      API name: total
    • totalInBytes

      @Nullable public final java.lang.Long totalInBytes()
      API name: total_in_bytes
    • type

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

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