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 SummaryConstructors
- 
Method SummaryModifier 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.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
countNumber of buffer pools.API name: count
- 
totalCapacityTotal capacity of buffer pools.API name: total_capacity
- 
totalCapacityInBytesTotal capacity of buffer pools in bytes.API name: total_capacity_in_bytes
- 
usedSize of buffer pools.API name: used
- 
usedInBytesSize of buffer pools in bytes.API name: used_in_bytes
- 
self- Specified by:
- selfin class- WithJsonObjectBuilderBase<NodeBufferPool.Builder>
 
- 
buildBuilds aNodeBufferPool.- Specified by:
- buildin interface- ObjectBuilder<NodeBufferPool>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-