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