Uses of Class
com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshot
Packages that use LuceneIndexSnapshot
- 
Uses of LuceneIndexSnapshot in com.atlassian.confluence.internal.index.lucene.snapshotMethods in com.atlassian.confluence.internal.index.lucene.snapshot that return LuceneIndexSnapshotModifier and TypeMethodDescriptionDefaultLuceneIndexSnapshotManager.create(JournalIdentifier journalIdentifier) 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 LuceneIndexSnapshotModifier 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) Methods in com.atlassian.confluence.internal.index.lucene.snapshot with parameters of type LuceneIndexSnapshotModifier and TypeMethodDescriptionvoidDefaultLuceneIndexSnapshotManager.delete(LuceneIndexSnapshot snapshot) voidLuceneIndexSnapshotManager.delete(LuceneIndexSnapshot snapshot) Delete an index snapshot from file system.DefaultLuceneIndexSnapshotManager.getFile(LuceneIndexSnapshot snapshot) LuceneIndexSnapshotManager.getFile(LuceneIndexSnapshot snapshot) Obtain location of an index snapshot.voidDefaultLuceneIndexSnapshotManager.restore(LuceneIndexSnapshot snapshot) voidLuceneIndexSnapshotManager.restore(LuceneIndexSnapshot luceneIndexSnapshot) Restore a Lucene snapshot for given journal (index) to the current node