Class NodesResponseBase.AbstractBuilder<BuilderT extends NodesResponseBase.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.nodes.NodesResponseBase.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
ResponseBase.AbstractBuilder,ResponseBase.AbstractBuilder,ResponseBase.AbstractBuilder,ResponseBase.AbstractBuilder,ResponseBase.AbstractBuilder,ResponseBase.AbstractBuilder,StatsResponseBase.AbstractBuilder
- Enclosing class:
- NodesResponseBase
public abstract static class NodesResponseBase.AbstractBuilder<BuilderT extends NodesResponseBase.AbstractBuilder<BuilderT>>
extends WithJsonObjectBuilderBase<BuilderT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTnodeStats(NodeStatistics value) Contains statistics about the number of nodes selected by the request’s node filters.final BuilderTContains statistics about the number of nodes selected by the request’s node filters.protected abstract BuilderTself()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
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
nodeStats
Contains statistics about the number of nodes selected by the request’s node filters.API name:
_nodes -
nodeStats
Contains statistics about the number of nodes selected by the request’s node filters.API name:
_nodes -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<BuilderT extends NodesResponseBase.AbstractBuilder<BuilderT>>
-