com.atlassian.jira.index.ha
Interface IndexCopyService

All Known Implementing Classes:
DefaultIndexCopyService

public interface IndexCopyService

Since:
v6.1

Method Summary
 void backupIndex(String requestingNode)
          Back up an index for replicating to another node
 void restoreIndex(String filePath)
          Restore an index.
 

Method Detail

backupIndex

void backupIndex(String requestingNode)
Back up an index for replicating to another node

Parameters:
requestingNode - Node requesting the index

restoreIndex

void restoreIndex(String filePath)
Restore an index.

Parameters:
filePath - path of the zip file containing the index backup.


Copyright © 2002-2014 Atlassian. All Rights Reserved.