Class IndexRoutingAllocationDisk
java.lang.Object
org.opensearch.client.opensearch.indices.IndexRoutingAllocationDisk
- All Implemented Interfaces:
ToJsonp
public final class IndexRoutingAllocationDisk extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexRoutingAllocationDisk.BuilderBuilder forIndexRoutingAllocationDisk. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexRoutingAllocationDisk>DESERIALIZERJson deserializer for IndexRoutingAllocationDisk -
Constructor Summary
Constructors Modifier Constructor Description protectedIndexRoutingAllocationDisk(IndexRoutingAllocationDisk.Builder builder) -
Method Summary
Modifier and Type Method Description protected static voidsetupIndexRoutingAllocationDiskDeserializer(DelegatingDeserializer<IndexRoutingAllocationDisk.Builder> op)jakarta.json.JsonValuethresholdEnabled()API name:threshold_enabledvoidtoJsonp(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 IndexRoutingAllocationDisk
-
-
Constructor Details
-
Method Details
-
thresholdEnabled
public jakarta.json.JsonValue thresholdEnabled()API name:threshold_enabled -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIndexRoutingAllocationDiskDeserializer
protected static void setupIndexRoutingAllocationDiskDeserializer(DelegatingDeserializer<IndexRoutingAllocationDisk.Builder> op)
-