Class IndexSettingsLifecycle
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexSettingsLifecycle
- All Implemented Interfaces:
- JsonpSerializable
@JsonpDeserializable
public class IndexSettingsLifecycle
extends Object
implements JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexSettingsLifecycle>Json deserializer forIndexSettingsLifecycle
- 
Method SummaryModifier and TypeMethodDescriptionfinal BooleanIndicates whether or not the index has been rolled over.final Stringname()The name of the policy to use to manage the index.static IndexSettingsLifecyclefinal LongIf specified, this is the timestamp used to calculate the index age for its phase transitions.final BooleanSet to true to parse the origination date from the index name.final BooleanPreference for the system that manages a data stream backing index (preferring ILM when both ILM and DLM are applicable for an index).final StringThe index alias to update when the index rolls over.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidstep()API name:steptoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forIndexSettingsLifecycle
 
- 
- 
Method Details- 
ofpublic static IndexSettingsLifecycle of(Function<IndexSettingsLifecycle.Builder, ObjectBuilder<IndexSettingsLifecycle>> fn) 
- 
nameThe name of the policy to use to manage the index. For information about how Elasticsearch applies policy changes, see Policy updates.API name: name
- 
indexingCompleteIndicates whether or not the index has been rolled over. Automatically set to true when ILM completes the rollover action. You can explicitly set it to skip rollover.API name: indexing_complete
- 
originationDateIf specified, this is the timestamp used to calculate the index age for its phase transitions. Use this setting if you create a new index that contains old data and want to use the original creation date to calculate the index age. Specified as a Unix epoch value in milliseconds.API name: origination_date
- 
parseOriginationDateSet to true to parse the origination date from the index name. This origination date is used to calculate the index age for its phase transitions. The index name must match the pattern ^.*-{date_format}-\d+, where the date_format is yyyy.MM.dd and the trailing digits are optional. An index that was rolled over would normally match the full format, for example logs-2016.10.31-000002). If the index name doesn’t match the pattern, index creation fails.API name: parse_origination_date
- 
stepAPI name:step
- 
rolloverAliasThe index alias to update when the index rolls over. Specify when using a policy that contains a rollover action. When the index rolls over, the alias is updated to reflect that the index is no longer the write index. For more information about rolling indices, see Rollover.API name: rollover_alias
- 
preferIlmPreference for the system that manages a data stream backing index (preferring ILM when both ILM and DLM are applicable for an index).API name: prefer_ilm
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupIndexSettingsLifecycleDeserializerprotected static void setupIndexSettingsLifecycleDeserializer(ObjectDeserializer<IndexSettingsLifecycle.Builder> op) 
 
-