Package org.elasticsearch.indices
Interface SystemIndices.Feature.MigrationCompletionHandler
- Enclosing class:
- SystemIndices.Feature
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Type for the handler that's invoked when all of a feature's system indices have been migrated.
See
SystemIndexPlugin.indicesMigrationComplete(Map, ClusterService, Client, ActionListener)
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
indicesMigrationComplete
(Map<String, Object> preUpgradeMetadata, ClusterService clusterService, Client client, ActionListener<Boolean> listener)
-
Method Details
-
indicesMigrationComplete
void indicesMigrationComplete(Map<String, Object> preUpgradeMetadata, ClusterService clusterService, Client client, ActionListener<Boolean> listener)
-