Uses of Class
org.elasticsearch.cluster.metadata.AliasAction
-
Packages that use AliasAction Package Description org.elasticsearch.action.admin.indices.alias org.elasticsearch.cluster.metadata -
-
Uses of AliasAction in org.elasticsearch.action.admin.indices.alias
Methods in org.elasticsearch.action.admin.indices.alias that return types with arguments of type AliasAction Modifier and Type Method Description List<AliasAction>IndicesAliasesClusterStateUpdateRequest. actions()Returns the alias actions to be performedConstructor parameters in org.elasticsearch.action.admin.indices.alias with type arguments of type AliasAction Constructor Description IndicesAliasesClusterStateUpdateRequest(List<AliasAction> actions) -
Uses of AliasAction in org.elasticsearch.cluster.metadata
Subclasses of AliasAction in org.elasticsearch.cluster.metadata Modifier and Type Class Description static classAliasAction.AddOperation to add an alias to an index.static classAliasAction.RemoveOperation to remove an alias from an index.static classAliasAction.RemoveIndexOperation to remove an index.
-