Class IndexRoutingAllocationDisk
- java.lang.Object
-
- org.opensearch.client.opensearch.indices.IndexRoutingAllocationDisk
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndexRoutingAllocationDisk extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexRoutingAllocationDisk.BuilderBuilder forIndexRoutingAllocationDisk.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexRoutingAllocationDisk>_DESERIALIZERJson deserializer forIndexRoutingAllocationDisk
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndexRoutingAllocationDiskof(java.util.function.Function<IndexRoutingAllocationDisk.Builder,ObjectBuilder<IndexRoutingAllocationDisk>> 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 voidsetupIndexRoutingAllocationDiskDeserializer(ObjectDeserializer<IndexRoutingAllocationDisk.Builder> op)java.lang.BooleanthresholdEnabled()API name:threshold_enabled
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<IndexRoutingAllocationDisk> _DESERIALIZER
Json deserializer forIndexRoutingAllocationDisk
-
-
Method Detail
-
of
public static IndexRoutingAllocationDisk of(java.util.function.Function<IndexRoutingAllocationDisk.Builder,ObjectBuilder<IndexRoutingAllocationDisk>> fn)
-
thresholdEnabled
@Nullable public final java.lang.Boolean thresholdEnabled()
API name:threshold_enabled
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupIndexRoutingAllocationDiskDeserializer
protected static void setupIndexRoutingAllocationDiskDeserializer(ObjectDeserializer<IndexRoutingAllocationDisk.Builder> op)
-
-