Module org.elasticsearch.xcore
Class UpdateIndexMigrationVersionAction
java.lang.Object
org.elasticsearch.action.ActionType<UpdateIndexMigrationVersionResponse>
org.elasticsearch.xpack.core.security.action.UpdateIndexMigrationVersionAction
public class UpdateIndexMigrationVersionAction
extends ActionType<UpdateIndexMigrationVersionResponse>
Updates the migration version in the custom metadata for an index in cluster state
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UpdateIndexMigrationVersionActionstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
NAME
- See Also:
-
MIGRATION_VERSION_CUSTOM_KEY
- See Also:
-
MIGRATION_VERSION_CUSTOM_DATA_KEY
- See Also:
-
-
Constructor Details
-
UpdateIndexMigrationVersionAction
public UpdateIndexMigrationVersionAction()
-