Class IndexSettingsLifecycleStep
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexSettingsLifecycleStep
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndexSettingsLifecycleStep extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexSettingsLifecycleStep.BuilderBuilder forIndexSettingsLifecycleStep. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexSettingsLifecycleStep>_DESERIALIZERJson deserializer forIndexSettingsLifecycleStep -
Method Summary
Modifier and Type Method Description static IndexSettingsLifecycleStepof(java.util.function.Function<IndexSettingsLifecycleStep.Builder,ObjectBuilder<IndexSettingsLifecycleStep>> 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 voidsetupIndexSettingsLifecycleStepDeserializer(ObjectDeserializer<IndexSettingsLifecycleStep.Builder> op)java.lang.StringtoString()TimewaitTimeThreshold()Time to wait for the cluster to resolve allocation issues during an ILM shrink action.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexSettingsLifecycleStep
-
-
Method Details
-
of
public static IndexSettingsLifecycleStep of(java.util.function.Function<IndexSettingsLifecycleStep.Builder,ObjectBuilder<IndexSettingsLifecycleStep>> fn) -
waitTimeThreshold
Time to wait for the cluster to resolve allocation issues during an ILM shrink action. Must be greater than 1h (1 hour). See Shard allocation for shrink.API name:
wait_time_threshold -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupIndexSettingsLifecycleStepDeserializer
protected static void setupIndexSettingsLifecycleStepDeserializer(ObjectDeserializer<IndexSettingsLifecycleStep.Builder> op)
-