public interface IndexCopyService
| Modifier and Type | Method and Description |
|---|---|
String |
backupIndex(String requestingNode)
Back up an index for replicating to another node
|
String |
backupIndex(String requestingNode,
TemporaryFilesProvider temporaryFilesProvider)
Backup an index for replicating to another node
|
void |
restoreIndex(String filePath)
Restore an index.
|
String backupIndex(String requestingNode)
requestingNode - Node requesting the indexString backupIndex(String requestingNode, @Nullable TemporaryFilesProvider temporaryFilesProvider)
requestingNode - Node requesting the indextemporaryFilesProvider - optionally creates a list of temporary files to be added to the backupvoid restoreIndex(String filePath)
filePath - path of the zip file containing the index backup.Copyright © 2002-2021 Atlassian. All Rights Reserved.