public class

DefaultClusterImportService

extends Object
implements ClusterImportService
java.lang.Object
   ↳ com.atlassian.jira.bc.dataimport.ha.DefaultClusterImportService

Summary

Public Constructors
DefaultClusterImportService(NodeStateManager nodeStateManager, IndexCopyService indexCopyService)
Public Methods
void doImport(String fileName)
Perform import operations required on the destination node.
void prepareImport()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.bc.dataimport.ha.ClusterImportService

Public Constructors

public DefaultClusterImportService (NodeStateManager nodeStateManager, IndexCopyService indexCopyService)

Public Methods

public void doImport (String fileName)

Perform import operations required on the destination node.

Parameters
fileName Name of the index backup file to be imported.

public void prepareImport ()