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.ObjectIndividual operation to perform on the cluster state as part of anIndicesAliasesRequest.
-
-
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.
-