Class TransportHistogram

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

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

  • Method Details

    • of

    • count

      @Nullable public final Long count()
      The number of times a transport thread took a period of time within the bounds of this bucket to handle an inbound message.

      API name: count

    • ltMillis

      @Nullable public final Long ltMillis()
      The exclusive upper bound of the bucket in milliseconds. May be omitted on the last bucket if this bucket has no upper bound.

      API name: lt_millis

    • geMillis

      @Nullable public final Long geMillis()
      The inclusive lower bound of the bucket in milliseconds. May be omitted on the first bucket if this bucket has no lower bound.

      API name: ge_millis

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

      protected static void setupTransportHistogramDeserializer(ObjectDeserializer<TransportHistogram.Builder> op)