Package | Description |
---|---|
com.atlassian.confluence.internal.index.lucene.snapshot |
Modifier and Type | Method and Description |
---|---|
LuceneIndexSnapshot |
DefaultLuceneIndexSnapshotManager.create(JournalIdentifier journalIdentifier) |
LuceneIndexSnapshot |
LuceneIndexSnapshotManager.create(JournalIdentifier journalIdentifier)
Create a new Lucene index snapshot for given journal (index)
|
Modifier and Type | Method and Description |
---|---|
Optional<LuceneIndexSnapshot> |
DefaultLuceneIndexSnapshotManager.find(JournalIdentifier journalIdentifier,
long journalEntryId) |
Optional<LuceneIndexSnapshot> |
LuceneIndexSnapshotManager.find(JournalIdentifier journalIdentifier,
long journalEntryId)
Find a specific index snapshot corresponding to a journal entry ID.
|
Optional<LuceneIndexSnapshot> |
DefaultLuceneIndexSnapshotManager.find(JournalIdentifier journalIdentifier,
long journalEntryId,
long timeoutMs) |
Optional<LuceneIndexSnapshot> |
LuceneIndexSnapshotManager.find(JournalIdentifier journalIdentifier,
long journalEntryId,
long waitTimeMs)
Find a specific index snapshot corresponding to a journal entry ID.
|
List<LuceneIndexSnapshot> |
DefaultLuceneIndexSnapshotManager.findForJournal(JournalIdentifier journalIdentifier) |
List<LuceneIndexSnapshot> |
LuceneIndexSnapshotManager.findForJournal(JournalIdentifier journalIdentifier) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultLuceneIndexSnapshotManager.delete(LuceneIndexSnapshot snapshot) |
void |
LuceneIndexSnapshotManager.delete(LuceneIndexSnapshot snapshot)
Delete an index snapshot from file system.
|
Optional<Path> |
DefaultLuceneIndexSnapshotManager.getFile(LuceneIndexSnapshot snapshot) |
Optional<Path> |
LuceneIndexSnapshotManager.getFile(LuceneIndexSnapshot snapshot)
Obtain location of an index snapshot.
|
void |
DefaultLuceneIndexSnapshotManager.restore(LuceneIndexSnapshot snapshot) |
void |
LuceneIndexSnapshotManager.restore(LuceneIndexSnapshot luceneIndexSnapshot)
Restore a Lucene snapshot for given journal (index) to the current node
|
Copyright © 2003–2021 Atlassian. All rights reserved.