Class ClusterStateQueue.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<ClusterStateQueue.Builder>
co.elastic.clients.elasticsearch.nodes.ClusterStateQueue.Builder
- All Implemented Interfaces:
- WithJson<ClusterStateQueue.Builder>,- ObjectBuilder<ClusterStateQueue>
- Enclosing class:
- ClusterStateQueue
public static class ClusterStateQueue.Builder
extends WithJsonObjectBuilderBase<ClusterStateQueue.Builder>
implements ObjectBuilder<ClusterStateQueue>
Builder for 
ClusterStateQueue.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds aClusterStateQueue.Number of committed cluster states in queue.Number of pending cluster states in queue.protected ClusterStateQueue.Builderself()Total number of cluster states in queue.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- 
totalTotal number of cluster states in queue.API name: total
- 
pendingNumber of pending cluster states in queue.API name: pending
- 
committedNumber of committed cluster states in queue.API name: committed
- 
self- Specified by:
- selfin class- WithJsonObjectBuilderBase<ClusterStateQueue.Builder>
 
- 
buildBuilds aClusterStateQueue.- Specified by:
- buildin interface- ObjectBuilder<ClusterStateQueue>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-