Class IndexRoutingAllocation
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexRoutingAllocation
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class IndexRoutingAllocation
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexRoutingAllocation>Json deserializer forIndexRoutingAllocation -
Method Summary
Modifier and TypeMethodDescriptiondisk()API name:diskenable()API name:enableinclude()API name:includeAPI name:initial_recoverystatic IndexRoutingAllocationvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexRoutingAllocation
-
-
Method Details
-
of
public static IndexRoutingAllocation of(Function<IndexRoutingAllocation.Builder, ObjectBuilder<IndexRoutingAllocation>> fn) -
enable
API name:enable -
include
API name:include -
initialRecovery
API name:initial_recovery -
disk
API name:disk -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexRoutingAllocationDeserializer
protected static void setupIndexRoutingAllocationDeserializer(ObjectDeserializer<IndexRoutingAllocation.Builder> op)
-