Class NodeBufferPool

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

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

  • Method Details

    • of

    • count

      @Nullable public final Long count()
      Number of buffer pools.

      API name: count

    • totalCapacity

      @Nullable public final String totalCapacity()
      Total capacity of buffer pools.

      API name: total_capacity

    • totalCapacityInBytes

      @Nullable public final Long totalCapacityInBytes()
      Total capacity of buffer pools in bytes.

      API name: total_capacity_in_bytes

    • used

      @Nullable public final String used()
      Size of buffer pools.

      API name: used

    • usedInBytes

      @Nullable public final Long usedInBytes()
      Size of buffer pools in bytes.

      API name: used_in_bytes

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

      protected static void setupNodeBufferPoolDeserializer(ObjectDeserializer<NodeBufferPool.Builder> op)