Class Pool
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Pool
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier 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
-
_DESERIALIZER
Json deserializer forPool
-
-
Method Details
-
of
-
usedInBytes
Memory, in bytes, used by the heap.API name:
used_in_bytes -
maxInBytes
Maximum amount of memory, in bytes, available for use by the heap.API name:
max_in_bytes -
peakUsedInBytes
Largest amount of memory, in bytes, historically used by the heap.API name:
peak_used_in_bytes -
peakMaxInBytes
Largest amount of memory, in bytes, historically used by the heap.API name:
peak_max_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPoolDeserializer
-