Class GarbageCollectorTotal.Builder
java.lang.Object
org.opensearch.client.opensearch.nodes.GarbageCollectorTotal.Builder
- All Implemented Interfaces:
ObjectBuilder<GarbageCollectorTotal>
- Enclosing class:
- GarbageCollectorTotal
public static class GarbageCollectorTotal.Builder extends java.lang.Object implements ObjectBuilder<GarbageCollectorTotal>
Builder for
GarbageCollectorTotal.-
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 GarbageCollectorTotalbuild()Builds aGarbageCollectorTotal.GarbageCollectorTotal.BuildercollectionCount(java.lang.Number value)API name:collection_countGarbageCollectorTotal.BuildercollectionTime(java.lang.String value)API name:collection_timeGarbageCollectorTotal.BuildercollectionTimeInMillis(java.lang.Number value)API name:collection_time_in_millis
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
collectionCount
API name:collection_count -
collectionTime
API name:collection_time -
collectionTimeInMillis
API name:collection_time_in_millis -
build
Builds aGarbageCollectorTotal.- Specified by:
buildin interfaceObjectBuilder<GarbageCollectorTotal>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-