Class IndexRoutingAllocation
java.lang.Object
org.opensearch.client.opensearch.indices.IndexRoutingAllocation
- All Implemented Interfaces:
ToJsonp
public final class IndexRoutingAllocation extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexRoutingAllocation.BuilderBuilder forIndexRoutingAllocation. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexRoutingAllocation>DESERIALIZERJson deserializer for IndexRoutingAllocation -
Constructor Summary
Constructors Modifier Constructor Description protectedIndexRoutingAllocation(IndexRoutingAllocation.Builder builder) -
Method Summary
Modifier and Type Method Description IndexRoutingAllocationDiskdisk()API name:diskjakarta.json.JsonValueenable()API name:enableIndexRoutingAllocationIncludeinclude()API name:includeIndexRoutingAllocationInitialRecoveryinitialRecovery()API name:initial_recoveryprotected static voidsetupIndexRoutingAllocationDeserializer(DelegatingDeserializer<IndexRoutingAllocation.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 IndexRoutingAllocation
-
-
Constructor Details
-
Method Details
-
enable
@Nullable public jakarta.json.JsonValue enable()API name:enable -
include
API name:include -
initialRecovery
API name:initial_recovery -
disk
API name:disk -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIndexRoutingAllocationDeserializer
protected static void setupIndexRoutingAllocationDeserializer(DelegatingDeserializer<IndexRoutingAllocation.Builder> op)
-