Class AliasAction
java.lang.Object
org.elasticsearch.cluster.metadata.AliasAction
- Direct Known Subclasses:
AliasAction.Add
,AliasAction.AddDataStreamAlias
,AliasAction.Remove
,AliasAction.RemoveDataStreamAlias
,AliasAction.RemoveIndex
Individual operation to perform on the cluster state as part of an
IndicesAliasesRequest
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Operation to add an alias to an index.static class
static interface
Validate a new alias.static class
Operation to remove an alias from an index.static class
static class
Operation to remove an index. -
Method Summary
-
Method Details
-
getIndex
Get the index on which the operation should act.
-