public interface IndexSnapshotOperator
Modifier and Type | Method and Description |
---|---|
IndexSnapshotCreationResult |
forceCreateSnapshot() |
IndexSnapshotCreationResult |
forceCreateSnapshot(TemporaryFilesProvider temporaryFilesProvider,
String notifyNode) |
boolean |
isIndexSnapshotRunning() |
List<File> |
listIndexSnapshotFiles()
Lists all files representing currently available index snapshots.
|
IndexSnapshotAsyncStartResult |
performIndexSnapshotBackupAndCleanupAsync()
Triggers creation of a jira snapshot index.
|
IndexSnapshotCreationResult |
tryCreateSnapshot() |
IndexSnapshotCreationResult forceCreateSnapshot()
IndexSnapshotCreationResult forceCreateSnapshot(TemporaryFilesProvider temporaryFilesProvider, String notifyNode)
IndexSnapshotCreationResult tryCreateSnapshot()
IndexSnapshotAsyncStartResult performIndexSnapshotBackupAndCleanupAsync()
List<File> listIndexSnapshotFiles()
boolean isIndexSnapshotRunning()
Copyright © 2002-2024 Atlassian. All Rights Reserved.