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
    protected AbstractBuilder()  
  • Method Summary

    Modifier and Type Method Description
    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.
    BuilderT nodeStats​(NodeStatistics value)
    Contains statistics about the number of nodes selected by the request's node filters.
    protected abstract BuilderT self()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait