Class ShardIndexingPressurePerShardMemoryStats
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.ShardIndexingPressurePerShardMemoryStats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ShardIndexingPressurePerShardMemoryStats.Builder,ShardIndexingPressurePerShardMemoryStats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ShardIndexingPressurePerShardMemoryStats
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ShardIndexingPressurePerShardMemoryStats.Builder,ShardIndexingPressurePerShardMemoryStats>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder forShardIndexingPressurePerShardMemoryStats. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ShardIndexingPressurePerShardMemoryStats> Json deserializer forShardIndexingPressurePerShardMemoryStats -
Method Summary
Modifier and TypeMethodDescriptionbuilder()current()Required - API name:currentbooleaninthashCode()of(Function<ShardIndexingPressurePerShardMemoryStats.Builder, ObjectBuilder<ShardIndexingPressurePerShardMemoryStats>> 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 voidsetupShardIndexingPressurePerShardMemoryStatsDeserializer(ObjectDeserializer<ShardIndexingPressurePerShardMemoryStats.Builder> op) Create a new builderToCopyableBuilderthat is initialised with the current state of this object.total()Required - API name:totalMethods 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
Json deserializer forShardIndexingPressurePerShardMemoryStats
-
-
Method Details
-
of
-
current
Required - API name:current -
total
Required - API name:total -
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<ShardIndexingPressurePerShardMemoryStats.Builder,ShardIndexingPressurePerShardMemoryStats> - Returns:
- a new builder instance.
-
builder
-
setupShardIndexingPressurePerShardMemoryStatsDeserializer
protected static void setupShardIndexingPressurePerShardMemoryStatsDeserializer(ObjectDeserializer<ShardIndexingPressurePerShardMemoryStats.Builder> op) -
hashCode
public int hashCode() -
equals
-