Class FileSystem

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

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

  • Method Details

    • of

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

      public final java.util.List<DataPathStats> data()
      API name: data
    • timestamp

      @Nullable public final java.lang.Long timestamp()
      API name: timestamp
    • total

      @Nullable public final FileSystemTotal total()
      API name: total
    • ioStats

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

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