Class ShardIndexingPressurePerShardRejectionCoordinatingStats
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.ShardIndexingPressurePerShardRejectionCoordinatingStats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ShardIndexingPressurePerShardRejectionCoordinatingStats.Builder,ShardIndexingPressurePerShardRejectionCoordinatingStats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ShardIndexingPressurePerShardRejectionCoordinatingStats
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ShardIndexingPressurePerShardRejectionCoordinatingStats.Builder,ShardIndexingPressurePerShardRejectionCoordinatingStats>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionJson deserializer forShardIndexingPressurePerShardRejectionCoordinatingStats -
Method Summary
Modifier and TypeMethodDescriptionbreakup()API name:breakupAPI name:breakup_shadow_modebuilder()final longRequired - API name:coordinating_rejectionsbooleaninthashCode()of(Function<ShardIndexingPressurePerShardRejectionCoordinatingStats.Builder, ObjectBuilder<ShardIndexingPressurePerShardRejectionCoordinatingStats>> 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 voidsetupShardIndexingPressurePerShardRejectionCoordinatingStatsDeserializer(ObjectDeserializer<ShardIndexingPressurePerShardRejectionCoordinatingStats.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<ShardIndexingPressurePerShardRejectionCoordinatingStats> _DESERIALIZERJson deserializer forShardIndexingPressurePerShardRejectionCoordinatingStats
-
-
Method Details
-
of
-
breakup
API name:breakup -
breakupShadowMode
API name:breakup_shadow_mode -
coordinatingRejections
public final long coordinatingRejections()Required - API name:coordinating_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<ShardIndexingPressurePerShardRejectionCoordinatingStats.Builder,ShardIndexingPressurePerShardRejectionCoordinatingStats> - Returns:
- a new builder instance.
-
builder
-
setupShardIndexingPressurePerShardRejectionCoordinatingStatsDeserializer
protected static void setupShardIndexingPressurePerShardRejectionCoordinatingStatsDeserializer(ObjectDeserializer<ShardIndexingPressurePerShardRejectionCoordinatingStats.Builder> op) -
hashCode
public int hashCode() -
equals
-