Class ShardIndexingPressureStats
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.ShardIndexingPressureStats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ShardIndexingPressureStats.Builder,ShardIndexingPressureStats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ShardIndexingPressureStats
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ShardIndexingPressureStats.Builder,ShardIndexingPressureStats>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ShardIndexingPressureStats> Json deserializer forShardIndexingPressureStats -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final Booleanenabled()API name:enabledfinal Booleanenforced()API name:enforcedbooleaninthashCode()static ShardIndexingPressureStatsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupShardIndexingPressureStatsDeserializer(ObjectDeserializer<ShardIndexingPressureStats.Builder> op) stats()API name:statsCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.API name:total_rejections_breakupAPI name:total_rejections_breakup_shadow_modeMethods 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 forShardIndexingPressureStats
-
-
Method Details
-
of
public static ShardIndexingPressureStats of(Function<ShardIndexingPressureStats.Builder, ObjectBuilder<ShardIndexingPressureStats>> fn) -
enabled
API name:enabled -
enforced
API name:enforced -
stats
API name:stats -
totalRejectionsBreakup
API name:total_rejections_breakup -
totalRejectionsBreakupShadowMode
@Nullable public final ShardIndexingPressureRejectionsBreakupStats totalRejectionsBreakupShadowMode()API name:total_rejections_breakup_shadow_mode -
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<ShardIndexingPressureStats.Builder,ShardIndexingPressureStats> - Returns:
- a new builder instance.
-
builder
-
setupShardIndexingPressureStatsDeserializer
protected static void setupShardIndexingPressureStatsDeserializer(ObjectDeserializer<ShardIndexingPressureStats.Builder> op) -
hashCode
public int hashCode() -
equals
-