Class IndexRoutingRebalance
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexRoutingRebalance
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndexRoutingRebalance extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexRoutingRebalance.BuilderBuilder forIndexRoutingRebalance. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexRoutingRebalance>_DESERIALIZERJson deserializer forIndexRoutingRebalance -
Method Summary
Modifier and Type Method Description IndexRoutingRebalanceOptionsenable()Required - API name:enablestatic IndexRoutingRebalanceof(java.util.function.Function<IndexRoutingRebalance.Builder,ObjectBuilder<IndexRoutingRebalance>> 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 voidsetupIndexRoutingRebalanceDeserializer(ObjectDeserializer<IndexRoutingRebalance.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexRoutingRebalance
-
-
Method Details
-
of
public static IndexRoutingRebalance of(java.util.function.Function<IndexRoutingRebalance.Builder,ObjectBuilder<IndexRoutingRebalance>> fn) -
enable
Required - API name:enable -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndexRoutingRebalanceDeserializer
protected static void setupIndexRoutingRebalanceDeserializer(ObjectDeserializer<IndexRoutingRebalance.Builder> op)
-