Class AliasAction
java.lang.Object
org.elasticsearch.cluster.metadata.AliasAction
- Direct Known Subclasses:
AliasAction.Add,AliasAction.Remove,AliasAction.RemoveIndex
public abstract class AliasAction
extends java.lang.Object
Individual operation to perform on the cluster state as part of an
IndicesAliasesRequest.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAliasAction.AddOperation to add an alias to an index.static interfaceAliasAction.NewAliasValidatorValidate a new alias.static classAliasAction.RemoveOperation to remove an alias from an index.static classAliasAction.RemoveIndexOperation to remove an index. -
Method Summary
Modifier and Type Method Description java.lang.StringgetIndex()Get the index on which the operation should act.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getIndex
public java.lang.String getIndex()Get the index on which the operation should act.
-