Class DenseVectorOffHeapStats

java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.DenseVectorOffHeapStats
All Implemented Interfaces:
JsonpSerializable

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

  • Method Details

    • of

    • totalSizeBytes

      public final long totalSizeBytes()
      Required - API name: total_size_bytes
    • totalSize

      @Nullable public final String totalSize()
      API name: total_size
    • totalVebSizeBytes

      public final long totalVebSizeBytes()
      Required - API name: total_veb_size_bytes
    • totalVebSize

      @Nullable public final String totalVebSize()
      API name: total_veb_size
    • totalVecSizeBytes

      public final long totalVecSizeBytes()
      Required - API name: total_vec_size_bytes
    • totalVecSize

      @Nullable public final String totalVecSize()
      API name: total_vec_size
    • totalVeqSizeBytes

      public final long totalVeqSizeBytes()
      Required - API name: total_veq_size_bytes
    • totalVeqSize

      @Nullable public final String totalVeqSize()
      API name: total_veq_size
    • totalVexSizeBytes

      public final long totalVexSizeBytes()
      Required - API name: total_vex_size_bytes
    • totalVexSize

      @Nullable public final String totalVexSize()
      API name: total_vex_size
    • fielddata

      public final Map<String,Map<String,Long>> fielddata()
      API name: fielddata
    • 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
    • setupDenseVectorOffHeapStatsDeserializer

      protected static void setupDenseVectorOffHeapStatsDeserializer(ObjectDeserializer<DenseVectorOffHeapStats.Builder> op)