Module org.elasticsearch.server
Package org.elasticsearch.indices
Interface SystemIndices.Feature.MigrationPreparationHandler
- 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 prior to migrating a Feature's system indices.
 See 
SystemIndexPlugin.prepareForIndicesMigration(ClusterService, Client, ActionListener).- 
Method SummaryModifier and TypeMethodDescriptionvoidprepareForIndicesMigration(ClusterService clusterService, Client client, ActionListener<Map<String, Object>> listener) 
- 
Method Details- 
prepareForIndicesMigrationvoid prepareForIndicesMigration(ClusterService clusterService, Client client, ActionListener<Map<String, Object>> listener) 
 
-