com.atlassian.jira.bc.dataimport.ha
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
 void doImport(String fileName)
          Perform import operations required on the destination node.
 void prepareImport()
           
 

Method Detail

doImport

void doImport(String fileName)
Perform import operations required on the destination node.

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

prepareImport

void prepareImport()


Copyright © 2002-2014 Atlassian. All Rights Reserved.