Class TransportHistogram
java.lang.Object
co.elastic.clients.elasticsearch.nodes.TransportHistogram
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TransportHistogram>Json deserializer forTransportHistogram
- 
Method SummaryModifier and TypeMethodDescriptionfinal Longcount()The number of times a transport thread took a period of time within the bounds of this bucket to handle an inbound message.final LonggeMillis()The inclusive lower bound of the bucket in milliseconds.final LongltMillis()The exclusive upper bound of the bucket in milliseconds.static TransportHistogramvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forTransportHistogram
 
- 
- 
Method Details- 
ofpublic static TransportHistogram of(Function<TransportHistogram.Builder, ObjectBuilder<TransportHistogram>> fn) 
- 
countThe 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
- 
ltMillisThe 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
- 
geMillisThe 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
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupTransportHistogramDeserializerprotected static void setupTransportHistogramDeserializer(ObjectDeserializer<TransportHistogram.Builder> op) 
 
-