Interface JournalRecordProvider
- All Known Implementing Classes:
JournalCompactor,JournalImpl
public interface JournalRecordProvider
This is an interface used only internally.
During a TX.commit, the JournalTransaction needs to get a valid list of records from either the JournalImpl or JournalCompactor.
when a commit is read, the JournalTransaction will inquire the JournalCompactor about the existent records
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCompactor
JournalCompactor getCompactor() -
getRecords
ConcurrentLongHashMap<JournalRecord> getRecords()
-