Class Pool
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Pool
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionfinal LongMaximum amount of memory, in bytes, available for use by the heap.static Poolof(Function<Pool.Builder, ObjectBuilder<Pool>> fn) final LongLargest amount of memory, in bytes, historically used by the heap.final LongLargest amount of memory, in bytes, historically used by the heap.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final LongMemory, in bytes, used by the heap.
- 
Field Details- 
_DESERIALIZERJson deserializer forPool
 
- 
- 
Method Details- 
of
- 
usedInBytesMemory, in bytes, used by the heap.API name: used_in_bytes
- 
maxInBytesMaximum amount of memory, in bytes, available for use by the heap.API name: max_in_bytes
- 
peakUsedInBytesLargest amount of memory, in bytes, historically used by the heap.API name: peak_used_in_bytes
- 
peakMaxInBytesLargest amount of memory, in bytes, historically used by the heap.API name: peak_max_in_bytes
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupPoolDeserializer
 
-