Package org.apache.activeio.journal
Interface RecordLocation
-
- All Superinterfaces:
java.lang.Comparable
- All Known Implementing Classes:
Location
,LongRecordLocation
public interface RecordLocation extends java.lang.Comparable
A RecordLocation is used to locate data records that have been logged to a Journal via theJournal.put()
method call. RecordLocation are comparable on the position in the Journal where they reside.- Version:
- $Revision: 1.1 $