Class ClusterStateQueue.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.nodes.ClusterStateQueue.Builder
- All Implemented Interfaces:
ObjectBuilder<ClusterStateQueue>
- Enclosing class:
- ClusterStateQueue
public static class ClusterStateQueue.Builder extends ObjectBuilderBase implements ObjectBuilder<ClusterStateQueue>
Builder for
ClusterStateQueue.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description ClusterStateQueuebuild()Builds aClusterStateQueue.ClusterStateQueue.Buildercommitted(java.lang.Long value)API name:committedClusterStateQueue.Builderpending(java.lang.Long value)API name:pendingClusterStateQueue.Buildertotal(java.lang.Long value)API name:totalMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
total
API name:total -
pending
API name:pending -
committed
API name:committed -
build
Builds aClusterStateQueue.- Specified by:
buildin interfaceObjectBuilder<ClusterStateQueue>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-