Class LuceneIndexSnapshot
java.lang.Object
com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshot
A Lucene snapshot created for a particular index, at a particular time.
- Since:
- 7.6.0
-
Constructor Summary
ConstructorDescriptionLuceneIndexSnapshot
(JournalIdentifier journalIdentifier, long journalEntryId) -
Method Summary
-
Constructor Details
-
LuceneIndexSnapshot
-
-
Method Details
-
getJournalIdentifier
- Returns:
- Identifier of the journal (index) from which this snapshot has been created
-
getJournalEntryId
public long getJournalEntryId()- Returns:
- Position in the journal when this snapshot was created
-
equals
-
hashCode
public int hashCode() -
toString
-