Class IndexRoutingAllocationDisk
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexRoutingAllocationDisk
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndexRoutingAllocationDisk extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 forIndexRoutingAllocationDisk -
Method Summary
Modifier and Type Method Description static IndexRoutingAllocationDiskof(java.util.function.Function<IndexRoutingAllocationDisk.Builder,ObjectBuilder<IndexRoutingAllocationDisk>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIndexRoutingAllocationDiskDeserializer(ObjectDeserializer<IndexRoutingAllocationDisk.Builder> op)java.lang.BooleanthresholdEnabled()API name:threshold_enabledjava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexRoutingAllocationDisk
-
-
Method Details
-
of
public static IndexRoutingAllocationDisk of(java.util.function.Function<IndexRoutingAllocationDisk.Builder,ObjectBuilder<IndexRoutingAllocationDisk>> fn) -
thresholdEnabled
@Nullable public final java.lang.Boolean thresholdEnabled()API name:threshold_enabled -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupIndexRoutingAllocationDiskDeserializer
protected static void setupIndexRoutingAllocationDiskDeserializer(ObjectDeserializer<IndexRoutingAllocationDisk.Builder> op)
-