Class ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.nodes.stats.ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder
- All Implemented Interfaces:
CopyableBuilder<ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder,,ShardIndexingPressurePerShardMemoryAllocationCurrentStats> MutableBuilder<ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder,,ShardIndexingPressurePerShardMemoryAllocationCurrentStats> ObjectBuilder<ShardIndexingPressurePerShardMemoryAllocationCurrentStats>
- Enclosing class:
ShardIndexingPressurePerShardMemoryAllocationCurrentStats
public static class ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder
extends ObjectBuilderBase
implements CopyableBuilder<ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder,ShardIndexingPressurePerShardMemoryAllocationCurrentStats>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()copy()Create a new builderCopyableBuilderthat is a copy of this one.currentCoordinatingAndPrimaryBytes(long value) Required - API name:current_coordinating_and_primary_bytescurrentReplicaBytes(long value) Required - API name:current_replica_bytesMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder,ShardIndexingPressurePerShardMemoryAllocationCurrentStats> - Returns:
- a new builder instance.
-
currentCoordinatingAndPrimaryBytes
@Nonnull public final ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder currentCoordinatingAndPrimaryBytes(long value) Required - API name:current_coordinating_and_primary_bytes -
currentReplicaBytes
@Nonnull public final ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder currentReplicaBytes(long value) Required - API name:current_replica_bytes -
build
- Specified by:
buildin interfaceObjectBuilder<ShardIndexingPressurePerShardMemoryAllocationCurrentStats>- Throws:
NullPointerException- if some of the required fields are null.
-