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,
IndexSnapshotContribution contribution)
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 IndexSnapshotContribution contribution)
requestingNode
- Node requesting the indexcontribution
- an additional contribution to be added to the backupvoid restoreIndex(String filePath)
filePath
- path of the zip file containing the index backup.Copyright © 2002-2019 Atlassian. All Rights Reserved.