Class WaitUntilTimeSeriesEndTimePassesStep

java.lang.Object
org.elasticsearch.xpack.core.ilm.Step
org.elasticsearch.xpack.core.ilm.AsyncWaitStep
org.elasticsearch.xpack.core.ilm.WaitUntilTimeSeriesEndTimePassesStep

public class WaitUntilTimeSeriesEndTimePassesStep extends AsyncWaitStep
This Step waits until the IndexSettings.TIME_SERIES_END_TIME passes for time series indices. For regular indices this step doesn't wait at all and the condition is evaluated to true immediately.

Note that this step doesn't execute an async/transport action and is able to evaluate its condition based on the local information available however, we want this step to be executed periodically using the `AsyncWaitStep` infrastructure. The condition will be evaluated every LifecycleSettings.LIFECYCLE_POLL_INTERVAL.