Class ShardIndexingPressurePerShardMemoryAllocationCurrentStats
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.ShardIndexingPressurePerShardMemoryAllocationCurrentStats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder,ShardIndexingPressurePerShardMemoryAllocationCurrentStats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ShardIndexingPressurePerShardMemoryAllocationCurrentStats
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder,ShardIndexingPressurePerShardMemoryAllocationCurrentStats>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionJson deserializer forShardIndexingPressurePerShardMemoryAllocationCurrentStats -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final longRequired - API name:current_coordinating_and_primary_bytesfinal longRequired - API name:current_replica_bytesbooleaninthashCode()of(Function<ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder, ObjectBuilder<ShardIndexingPressurePerShardMemoryAllocationCurrentStats>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupShardIndexingPressurePerShardMemoryAllocationCurrentStatsDeserializer(ObjectDeserializer<ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder> op) Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
public static final JsonpDeserializer<ShardIndexingPressurePerShardMemoryAllocationCurrentStats> _DESERIALIZERJson deserializer forShardIndexingPressurePerShardMemoryAllocationCurrentStats
-
-
Method Details
-
of
-
currentCoordinatingAndPrimaryBytes
public final long currentCoordinatingAndPrimaryBytes()Required - API name:current_coordinating_and_primary_bytes -
currentReplicaBytes
public final long currentReplicaBytes()Required - API name:current_replica_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder,ShardIndexingPressurePerShardMemoryAllocationCurrentStats> - Returns:
- a new builder instance.
-
builder
-
setupShardIndexingPressurePerShardMemoryAllocationCurrentStatsDeserializer
protected static void setupShardIndexingPressurePerShardMemoryAllocationCurrentStatsDeserializer(ObjectDeserializer<ShardIndexingPressurePerShardMemoryAllocationCurrentStats.Builder> op) -
hashCode
public int hashCode() -
equals
-