Class NodeStatistics.Builder
java.lang.Object
org.opensearch.client.opensearch._types.NodeStatistics.Builder
- All Implemented Interfaces:
ObjectBuilder<NodeStatistics>
- Enclosing class:
- NodeStatistics
public static class NodeStatistics.Builder extends java.lang.Object implements ObjectBuilder<NodeStatistics>
Builder for
NodeStatistics.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description NodeStatistics.BuilderaddFailures(java.util.function.Function<ErrorCause.Builder,ObjectBuilder<ErrorCause>> fn)Add a value tofailures(List), creating the list if needed.NodeStatistics.BuilderaddFailures(ErrorCause value)Add a value tofailures(List), creating the list if needed.NodeStatisticsbuild()Builds aNodeStatistics.NodeStatistics.Builderfailed(java.lang.Number value)Number of nodes that rejected the request or failed to respond.NodeStatistics.Builderfailures(java.util.function.Function<ErrorCause.Builder,ObjectBuilder<ErrorCause>> fn)Setfailures(List)to a singleton list.NodeStatistics.Builderfailures(java.util.List<ErrorCause> value)API name:failuresNodeStatistics.Builderfailures(ErrorCause... value)API name:failuresNodeStatistics.Buildersuccessful(java.lang.Number value)Number of nodes that responded successfully to the request.NodeStatistics.Buildertotal(java.lang.Number value)Total number of nodes selected by the request.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
failures
API name:failures -
failures
API name:failures -
addFailures
Add a value tofailures(List), creating the list if needed. -
failures
public NodeStatistics.Builder failures(java.util.function.Function<ErrorCause.Builder,ObjectBuilder<ErrorCause>> fn)Setfailures(List)to a singleton list. -
addFailures
public NodeStatistics.Builder addFailures(java.util.function.Function<ErrorCause.Builder,ObjectBuilder<ErrorCause>> fn)Add a value tofailures(List), creating the list if needed. -
total
Total number of nodes selected by the request. API name:total -
successful
Number of nodes that responded successfully to the request. API name:successful -
failed
Number of nodes that rejected the request or failed to respond. If this value is not 0, a reason for the rejection or failure is included in the response. API name:failed -
build
Builds aNodeStatistics.- Specified by:
buildin interfaceObjectBuilder<NodeStatistics>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-