Class ShardIndexingPressurePerShardRejectionReplicaStats
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.ShardIndexingPressurePerShardRejectionReplicaStats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ShardIndexingPressurePerShardRejectionReplicaStats.Builder,ShardIndexingPressurePerShardRejectionReplicaStats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ShardIndexingPressurePerShardRejectionReplicaStats
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ShardIndexingPressurePerShardRejectionReplicaStats.Builder,ShardIndexingPressurePerShardRejectionReplicaStats>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder forShardIndexingPressurePerShardRejectionReplicaStats. -
Field Summary
FieldsModifier and TypeFieldDescriptionJson deserializer forShardIndexingPressurePerShardRejectionReplicaStats -
Method Summary
Modifier and TypeMethodDescriptionbreakup()API name:breakupAPI name:breakup_shadow_modebuilder()booleaninthashCode()of(Function<ShardIndexingPressurePerShardRejectionReplicaStats.Builder, ObjectBuilder<ShardIndexingPressurePerShardRejectionReplicaStats>> fn) final longRequired - API name:replica_rejectionsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupShardIndexingPressurePerShardRejectionReplicaStatsDeserializer(ObjectDeserializer<ShardIndexingPressurePerShardRejectionReplicaStats.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<ShardIndexingPressurePerShardRejectionReplicaStats> _DESERIALIZERJson deserializer forShardIndexingPressurePerShardRejectionReplicaStats
-
-
Method Details
-
of
-
breakup
API name:breakup -
breakupShadowMode
API name:breakup_shadow_mode -
replicaRejections
public final long replicaRejections()Required - API name:replica_rejections -
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<ShardIndexingPressurePerShardRejectionReplicaStats.Builder,ShardIndexingPressurePerShardRejectionReplicaStats> - Returns:
- a new builder instance.
-
builder
-
setupShardIndexingPressurePerShardRejectionReplicaStatsDeserializer
protected static void setupShardIndexingPressurePerShardRejectionReplicaStatsDeserializer(ObjectDeserializer<ShardIndexingPressurePerShardRejectionReplicaStats.Builder> op) -
hashCode
public int hashCode() -
equals
-