Class NodeBufferPool
java.lang.Object
co.elastic.clients.elasticsearch.nodes.NodeBufferPool
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeBufferPool>Json deserializer forNodeBufferPool -
Method Summary
Modifier and TypeMethodDescriptionfinal Longcount()Number of buffer pools.static NodeBufferPoolvoidserialize(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 StringTotal capacity of buffer pools.final LongTotal capacity of buffer pools in bytes.final Stringused()Size of buffer pools.final LongSize of buffer pools in bytes.
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeBufferPool
-
-
Method Details
-
of
-
count
Number of buffer pools.API name:
count -
totalCapacity
Total capacity of buffer pools.API name:
total_capacity -
totalCapacityInBytes
Total capacity of buffer pools in bytes.API name:
total_capacity_in_bytes -
used
Size of buffer pools.API name:
used -
usedInBytes
Size of buffer pools in bytes.API name:
used_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupNodeBufferPoolDeserializer
protected static void setupNodeBufferPoolDeserializer(ObjectDeserializer<NodeBufferPool.Builder> op)
-