com.atlassian.jira.index.ha
Interface IndexCopyService

All Known Implementing Classes:
DefaultIndexCopyService

public interface IndexCopyService

Since:
v6.1

Method Summary
 void backupIndex(String requestingNode)
           
 void copyIndex(String sourcePath, String destinationPath)
           
 void restoreIndex()
           
 

Method Detail

backupIndex

void backupIndex(String requestingNode)

copyIndex

void copyIndex(String sourcePath,
               String destinationPath)

restoreIndex

void restoreIndex()


Copyright © 2002-2014 Atlassian. All Rights Reserved.