Class Phases
java.lang.Object
co.elastic.clients.elasticsearch.ilm.Phases
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Phases extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPhases.BuilderBuilder forPhases. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Phases>_DESERIALIZERJson deserializer forPhases -
Method Summary
Modifier and Type Method Description Phasecold()API name:coldPhasedelete()API name:deletePhasehot()API name:hotstatic Phasesof(java.util.function.Function<Phases.Builder,ObjectBuilder<Phases>> 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 voidsetupPhasesDeserializer(ObjectDeserializer<Phases.Builder> op)Phasewarm()API name:warmMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPhases
-
-
Method Details
-
of
-
cold
API name:cold -
delete
API name:delete -
hot
API name:hot -
warm
API name:warm -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupPhasesDeserializer
-