Class IndexRouting
java.lang.Object
org.opensearch.client.opensearch.indices.IndexRouting
- All Implemented Interfaces:
ToJsonp
public final class IndexRouting extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexRouting.BuilderBuilder forIndexRouting. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexRouting>DESERIALIZERJson deserializer for IndexRouting -
Constructor Summary
Constructors Modifier Constructor Description protectedIndexRouting(IndexRouting.Builder builder) -
Method Summary
Modifier and Type Method Description IndexRoutingAllocationallocation()API name:allocationIndexRoutingRebalancerebalance()API name:rebalanceprotected static voidsetupIndexRoutingDeserializer(DelegatingDeserializer<IndexRouting.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for IndexRouting
-
-
Constructor Details
-
Method Details
-
allocation
API name:allocation -
rebalance
API name:rebalance -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIndexRoutingDeserializer
protected static void setupIndexRoutingDeserializer(DelegatingDeserializer<IndexRouting.Builder> op)
-