Module org.elasticsearch.xcore
Package org.elasticsearch.xpack.core.ilm
Class ClusterStateActionStep
java.lang.Object
org.elasticsearch.xpack.core.ilm.Step
org.elasticsearch.xpack.core.ilm.ClusterStateActionStep
- Direct Known Subclasses:
BranchingStep,CopyExecutionStateStep,CopySettingsStep,DownsamplePrepareLifeCycleStateStep,GenerateSnapshotNameStep,GenerateUniqueIndexNameStep,InitializePolicyContextStep,ReplaceDataStreamBackingIndexStep,UpdateRolloverLifecycleDateStep
Updates the cluster state, similar to
ClusterStateUpdateTask.-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.xpack.core.ilm.Step
Step.StepKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.core.Tuple<String, Step.StepKey> Returns a tuple of index name to step key for an index *other* than the index ILM is currently processing.abstract ClusterStateperformAction(Index index, ClusterState clusterState) Methods inherited from class org.elasticsearch.xpack.core.ilm.Step
equals, getCurrentStepKey, getKey, getNextStepKey, hashCode, isRetryable, toString
-
Constructor Details
-
ClusterStateActionStep
-
-
Method Details
-
performAction
-
indexForAsyncInvocation
Returns a tuple of index name to step key for an index *other* than the index ILM is currently processing. This is used when a new index is spawned by ILM and its initial action needs to be to invoked in the event that it is anAsyncActionStep.
-