Uses of Class
com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshot
-
Uses of LuceneIndexSnapshot in com.atlassian.confluence.internal.index.lucene.snapshot
Modifier and TypeMethodDescriptionDefaultLuceneIndexSnapshotManager.create
(JournalIdentifier journalIdentifier) LuceneIndexSnapshotManager.create
(JournalIdentifier journalIdentifier) Create a new Lucene index snapshot for given journal (index)Modifier and TypeMethodDescriptionDefaultLuceneIndexSnapshotManager.find
(JournalIdentifier journalIdentifier, long journalEntryId) DefaultLuceneIndexSnapshotManager.find
(JournalIdentifier journalIdentifier, long journalEntryId, long timeoutMs) LuceneIndexSnapshotManager.find
(JournalIdentifier journalIdentifier, long journalEntryId) Find a specific index snapshot corresponding to a journal entry ID.LuceneIndexSnapshotManager.find
(JournalIdentifier journalIdentifier, long journalEntryId, long waitTimeMs) Find a specific index snapshot corresponding to a journal entry ID.DefaultLuceneIndexSnapshotManager.findForJournal
(JournalIdentifier journalIdentifier) LuceneIndexSnapshotManager.findForJournal
(JournalIdentifier journalIdentifier) Modifier and TypeMethodDescriptionvoid
DefaultLuceneIndexSnapshotManager.delete
(LuceneIndexSnapshot snapshot) void
LuceneIndexSnapshotManager.delete
(LuceneIndexSnapshot snapshot) Delete an index snapshot from file system.DefaultLuceneIndexSnapshotManager.getFile
(LuceneIndexSnapshot snapshot) 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