Uses of Class
org.springframework.data.elasticsearch.core.index.AliasAction
Packages that use AliasAction
Package
Description
Classes related to Elasticsearch index management.
-
Uses of AliasAction in org.springframework.data.elasticsearch.core.index
Subclasses of AliasAction in org.springframework.data.elasticsearch.core.indexModifier and TypeClassDescriptionstatic classAliasActionto add an alias.static classAliasActionto remove an alias.static classAliasActionto remove an index.Methods in org.springframework.data.elasticsearch.core.index that return types with arguments of type AliasActionMethods in org.springframework.data.elasticsearch.core.index with parameters of type AliasActionModifier and TypeMethodDescriptionAliasActions.add(AliasAction... actions) AddsAliasActionelements to thisAliasActionsConstructors in org.springframework.data.elasticsearch.core.index with parameters of type AliasActionModifierConstructorDescriptionAliasActions(AliasAction... actions) Creates anAliasActionsobject with the passed in action elements.