Class NodesResponseBase.AbstractBuilder<BuilderT extends NodesResponseBase.AbstractBuilder<BuilderT>>
java.lang.Object
org.opensearch.client.opensearch.nodes.NodesResponseBase.AbstractBuilder<BuilderT>
- Direct Known Subclasses:
InfoResponse.Builder,ReloadSecureSettingsResponse.Builder,StatsResponse.Builder,StatsResponse.Builder,UsageResponse.Builder
- Enclosing class:
- NodesResponseBase
protected abstract static class NodesResponseBase.AbstractBuilder<BuilderT extends NodesResponseBase.AbstractBuilder<BuilderT>>
extends java.lang.Object
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBuilder() -
Method Summary
Modifier and Type Method Description BuilderTnodeStats(java.util.function.Function<NodeStatistics.Builder,ObjectBuilder<NodeStatistics>> fn)Contains statistics about the number of nodes selected by the request's node filters.BuilderTnodeStats(NodeStatistics value)Contains statistics about the number of nodes selected by the request's node filters.protected abstract BuilderTself()
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder()
-
-
Method Details
-
nodeStats
Contains statistics about the number of nodes selected by the request's node filters. API name:_nodes -
nodeStats
public BuilderT nodeStats(java.util.function.Function<NodeStatistics.Builder,ObjectBuilder<NodeStatistics>> fn)Contains statistics about the number of nodes selected by the request's node filters. API name:_nodes -
self
-