Class AsyncActionStep

java.lang.Object
org.elasticsearch.xpack.core.ilm.Step
org.elasticsearch.xpack.core.ilm.AsyncActionStep
Direct Known Subclasses:
AsyncBranchingStep, AsyncRetryDuringSnapshotActionStep, CloseIndexStep, DownsampleStep, ForceMergeStep, ReadOnlyStep, RolloverStep, SetSingleNodeAllocateStep, ShrinkStep, SwapAliasesAndDeleteSourceIndexStep, UpdateSettingsStep

public abstract class AsyncActionStep extends Step
Performs an action which must be performed asynchronously because it may take time to complete.