Class AliasActions
java.lang.Object
org.springframework.data.elasticsearch.core.index.AliasActions
Class to define to actions to execute in alias management functions.
- Since:
- 4.1
- Author:
- Peter-Josef Meisch
-
Constructor Summary
ConstructorsConstructorDescriptionAliasActions(AliasAction... actions) Creates anAliasActionsobject with the passed in action elements. -
Method Summary
Modifier and TypeMethodDescriptionadd(AliasAction... actions) AddsAliasActionelements to thisAliasActions
-
Constructor Details
-
AliasActions
Creates anAliasActionsobject with the passed in action elements.- Parameters:
actions-AliasActionelements
-
-
Method Details
-
getActions
-
add
AddsAliasActionelements to thisAliasActions- Parameters:
actions- elements to add- Returns:
- this object
-