Class NodeBufferPool
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.NodeBufferPool
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeBufferPool.Builder,NodeBufferPool>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeBufferPool
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeBufferPool.Builder,NodeBufferPool>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeBufferPool> Json deserializer forNodeBufferPool -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeBufferPool.Builderbuilder()final Longcount()Number of buffer pools.booleaninthashCode()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 voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.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.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
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
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeBufferPool.Builder,NodeBufferPool> - Returns:
- a new builder instance.
-
builder
-
setupNodeBufferPoolDeserializer
protected static void setupNodeBufferPoolDeserializer(ObjectDeserializer<NodeBufferPool.Builder> op) -
hashCode
public int hashCode() -
equals
-