Class IndexRoutingRebalance
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexRoutingRebalance
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class IndexRoutingRebalance extends java.lang.Object implements JsonpSerializable
-
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 -
Constructor Summary
Constructors Constructor Description IndexRoutingRebalance(IndexRoutingRebalance.Builder builder)IndexRoutingRebalance(java.util.function.Function<IndexRoutingRebalance.Builder,IndexRoutingRebalance.Builder> fn) -
Method Summary
Modifier and Type Method Description IndexRoutingRebalanceOptionsenable()Required - API name:enablevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIndexRoutingRebalanceDeserializer(DelegatingDeserializer<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
-
-
Constructor Details
-
IndexRoutingRebalance
-
IndexRoutingRebalance
public IndexRoutingRebalance(java.util.function.Function<IndexRoutingRebalance.Builder,IndexRoutingRebalance.Builder> fn)
-
-
Method Details
-
enable
Required - API name:enable -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndexRoutingRebalanceDeserializer
protected static void setupIndexRoutingRebalanceDeserializer(DelegatingDeserializer<IndexRoutingRebalance.Builder> op)
-