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 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:pendingprotected ClusterStateQueue.Builderself()ClusterStateQueue.Buildertotal(java.lang.Long value)API name:totalMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods 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 -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<ClusterStateQueue.Builder>
-
build
Builds aClusterStateQueue.- Specified by:
buildin interfaceObjectBuilder<ClusterStateQueue>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-