Package org.apache.activeio.journal.howl
Class LongRecordLocation
java.lang.Object
org.apache.activeio.journal.howl.LongRecordLocation
- All Implemented Interfaces:
Comparable
,RecordLocation
Provides a RecordLocation implementation for the long based
location pointers that HOWL uses.
- Version:
- $Revision: 1.1 $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LongRecordLocation
public LongRecordLocation(long l)
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable
- See Also:
-
getLongLocation
public long getLongLocation()- Returns:
- the original long location provided by HOWL
-
hashCode
public int hashCode() -
equals
-
toString
-