Class NodeBufferPool.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<NodeBufferPool.Builder>
co.elastic.clients.elasticsearch.nodes.NodeBufferPool.Builder
- All Implemented Interfaces:
WithJson<NodeBufferPool.Builder>,ObjectBuilder<NodeBufferPool>
- Enclosing class:
- NodeBufferPool
public static class NodeBufferPool.Builder
extends WithJsonObjectBuilderBase<NodeBufferPool.Builder>
implements ObjectBuilder<NodeBufferPool>
Builder for
NodeBufferPool.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aNodeBufferPool.final NodeBufferPool.BuilderNumber of buffer pools.protected NodeBufferPool.Builderself()final NodeBufferPool.BuildertotalCapacity(String value) Total capacity of buffer pools.final NodeBufferPool.BuildertotalCapacityInBytes(Long value) Total capacity of buffer pools in bytes.final NodeBufferPool.BuilderSize of buffer pools.final NodeBufferPool.BuilderusedInBytes(Long value) Size of buffer pools in bytes.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
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 -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<NodeBufferPool.Builder>
-
build
Builds aNodeBufferPool.- Specified by:
buildin interfaceObjectBuilder<NodeBufferPool>- Throws:
NullPointerException- if some of the required fields are null.
-