Class IndexRoutingAllocationDisk
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexRoutingAllocationDisk
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class IndexRoutingAllocationDisk
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexRoutingAllocationDisk>Json deserializer forIndexRoutingAllocationDisk -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexRoutingAllocationDiskvoidserialize(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) final BooleanAPI name:threshold_enabledtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexRoutingAllocationDisk
-
-
Method Details
-
of
public static IndexRoutingAllocationDisk of(Function<IndexRoutingAllocationDisk.Builder, ObjectBuilder<IndexRoutingAllocationDisk>> fn) -
thresholdEnabled
API name:threshold_enabled -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexRoutingAllocationDiskDeserializer
protected static void setupIndexRoutingAllocationDiskDeserializer(ObjectDeserializer<IndexRoutingAllocationDisk.Builder> op)
-