Class DefaultClusterImportService
java.lang.Object
com.atlassian.jira.bc.dataimport.ha.DefaultClusterImportService
- All Implemented Interfaces:
ClusterImportService
- Since:
- v6.1
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultClusterImportService(NodeStateManager nodeStateManager, IndexCopyService indexCopyService) -
Method Summary
Modifier and TypeMethodDescriptionvoidPerform import operations required on the destination node.void
-
Constructor Details
-
DefaultClusterImportService
public DefaultClusterImportService(NodeStateManager nodeStateManager, IndexCopyService indexCopyService)
-
-
Method Details
-
prepareImport
public void prepareImport()- Specified by:
prepareImportin interfaceClusterImportService
-
doImport
Description copied from interface:ClusterImportServicePerform import operations required on the destination node.- Specified by:
doImportin interfaceClusterImportService- Parameters:
fileName- Name of the index backup file to be imported.
-