Class FileSystem

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

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

  • Method Details

    • of

    • data

      public final List<DataPathStats> data()
      List of all file stores.

      API name: data

    • timestamp

      @Nullable public final Long timestamp()
      Last time the file stores statistics were refreshed. Recorded in milliseconds since the Unix Epoch.

      API name: timestamp

    • total

      @Nullable public final FileSystemTotal total()
      Contains statistics for all file stores of the node.

      API name: total

    • ioStats

      @Nullable public final IoStats ioStats()
      Contains I/O statistics for the node.

      API name: io_stats

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

      protected static void setupFileSystemDeserializer(ObjectDeserializer<FileSystem.Builder> op)