Class IndexRoutingAllocationDisk
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexRoutingAllocationDisk
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class IndexRoutingAllocationDisk
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexRoutingAllocationDisk>
Json deserializer forIndexRoutingAllocationDisk
-
Method Summary
Modifier and TypeMethodDescriptionstatic IndexRoutingAllocationDisk
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
setupIndexRoutingAllocationDiskDeserializer
(ObjectDeserializer<IndexRoutingAllocationDisk.Builder> op) final Boolean
API name:threshold_enabled
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexRoutingAllocationDisk
-
-
Method Details
-
of
public static IndexRoutingAllocationDisk of(Function<IndexRoutingAllocationDisk.Builder, ObjectBuilder<IndexRoutingAllocationDisk>> fn) -
thresholdEnabled
API name:threshold_enabled
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexRoutingAllocationDiskDeserializer
protected static void setupIndexRoutingAllocationDiskDeserializer(ObjectDeserializer<IndexRoutingAllocationDisk.Builder> op)
-