public interface

ClusterImportService

com.atlassian.jira.bc.dataimport.ha.ClusterImportService
Known Indirect Subclasses

Class Overview

When an import takes place on any other node in the cluster this service is responsible for syncing back the state

Summary

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

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 ()