Uses of Class
com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshot
-
Packages that use LuceneIndexSnapshot Package Description com.atlassian.confluence.internal.index.lucene.snapshot -
-
Uses of LuceneIndexSnapshot in com.atlassian.confluence.internal.index.lucene.snapshot
Methods in com.atlassian.confluence.internal.index.lucene.snapshot that return LuceneIndexSnapshot Modifier and Type Method Description LuceneIndexSnapshot
DefaultLuceneIndexSnapshotManager. create(JournalIdentifier journalIdentifier)
LuceneIndexSnapshot
LuceneIndexSnapshotManager. create(JournalIdentifier journalIdentifier)
Create a new Lucene index snapshot for given journal (index)Methods in com.atlassian.confluence.internal.index.lucene.snapshot that return types with arguments of type LuceneIndexSnapshot Modifier and Type Method Description Optional<LuceneIndexSnapshot>
DefaultLuceneIndexSnapshotManager. find(JournalIdentifier journalIdentifier, long journalEntryId)
Optional<LuceneIndexSnapshot>
DefaultLuceneIndexSnapshotManager. find(JournalIdentifier journalIdentifier, long journalEntryId, long timeoutMs)
Optional<LuceneIndexSnapshot>
LuceneIndexSnapshotManager. find(JournalIdentifier journalIdentifier, long journalEntryId)
Find a specific index snapshot corresponding to a journal entry ID.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)
Methods in com.atlassian.confluence.internal.index.lucene.snapshot with parameters of type LuceneIndexSnapshot Modifier and Type Method 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
-