Class AliasAction

java.lang.Object
org.elasticsearch.cluster.metadata.AliasAction
Direct Known Subclasses:
AliasAction.Add, AliasAction.AddDataStreamAlias, AliasAction.Remove, AliasAction.RemoveDataStreamAlias, AliasAction.RemoveIndex

public abstract class AliasAction extends Object
Individual operation to perform on the cluster state as part of an IndicesAliasesRequest.
  • Method Details

    • getIndex

      public String getIndex()
      Get the index on which the operation should act.