Class ShardIndexingPressurePerShardStats
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.ShardIndexingPressurePerShardStats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ShardIndexingPressurePerShardStats.Builder,ShardIndexingPressurePerShardStats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ShardIndexingPressurePerShardStats
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ShardIndexingPressurePerShardStats.Builder,ShardIndexingPressurePerShardStats>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ShardIndexingPressurePerShardStats> Json deserializer forShardIndexingPressurePerShardStats -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()indexing()Required - API name:indexingRequired - API name:last_successful_timestampmemory()Required - API name:memoryRequired - API name:memory_allocationof(Function<ShardIndexingPressurePerShardStats.Builder, ObjectBuilder<ShardIndexingPressurePerShardStats>> fn) Required - API name:rejectionvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupShardIndexingPressurePerShardStatsDeserializer(ObjectDeserializer<ShardIndexingPressurePerShardStats.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
Json deserializer forShardIndexingPressurePerShardStats
-
-
Method Details
-
of
-
indexing
Required - API name:indexing -
lastSuccessfulTimestamp
@Nonnull public final ShardIndexingPressurePerShardLastSuccessfulTimestamp lastSuccessfulTimestamp()Required - API name:last_successful_timestamp -
memory
Required - API name:memory -
memoryAllocation
Required - API name:memory_allocation -
rejection
Required - API name:rejection -
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<ShardIndexingPressurePerShardStats.Builder,ShardIndexingPressurePerShardStats> - Returns:
- a new builder instance.
-
builder
-
setupShardIndexingPressurePerShardStatsDeserializer
protected static void setupShardIndexingPressurePerShardStatsDeserializer(ObjectDeserializer<ShardIndexingPressurePerShardStats.Builder> op) -
hashCode
public int hashCode() -
equals
-