Interface LifecycleAction
- All Known Implementing Classes:
AllocateAction,DeleteAction,ForceMergeAction,FreezeAction,ReadOnlyAction,RolloverAction,SetPriorityAction,ShrinkAction,UnfollowAction
public interface LifecycleAction
interface for index lifecycle management actions
-
Method Summary
Modifier and Type Method Description java.lang.StringgetName()
-
Method Details
-
getName
java.lang.String getName()- Returns:
- the name of this action
-