Interface ClusterImportService
- All Known Implementing Classes:
DefaultClusterImportService
public interface ClusterImportService
When an import takes place on any other node in the cluster this service
is responsible for syncing back the state
- Since:
- v6.1
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Perform import operations required on the destination node.void
-
Method Details
-
doImport
Perform import operations required on the destination node.- Parameters:
fileName
- Name of the index backup file to be imported.
-
prepareImport
void prepareImport()
-