com.atlassian.jira.bc.dataimport.ha
Class DefaultClusterImportService

java.lang.Object
  extended by com.atlassian.jira.bc.dataimport.ha.DefaultClusterImportService
All Implemented Interfaces:
ClusterImportService

public class DefaultClusterImportService
extends Object
implements ClusterImportService

Since:
v6.1

Constructor Summary
DefaultClusterImportService(NodeStateManager nodeStateManager, IndexCopyService indexCopyService)
           
 
Method Summary
 void doImport(String fileName)
          Perform import operations required on the destination node.
 void prepareImport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultClusterImportService

public DefaultClusterImportService(NodeStateManager nodeStateManager,
                                   IndexCopyService indexCopyService)
Method Detail

prepareImport

public void prepareImport()
Specified by:
prepareImport in interface ClusterImportService

doImport

public void doImport(String fileName)
Description copied from interface: ClusterImportService
Perform import operations required on the destination node.

Specified by:
doImport in interface ClusterImportService
Parameters:
fileName - Name of the index backup file to be imported.


Copyright © 2002-2014 Atlassian. All Rights Reserved.