public class LogRecord extends Object implements Comparable<LogRecord>
| Constructor and Description |
|---|
LogRecord(int fileID,
int offset,
TransactionEventRecord event) |
public LogRecord(int fileID,
int offset,
TransactionEventRecord event)
public int getFileID()
public int getOffset()
public TransactionEventRecord getEvent()
public int compareTo(LogRecord o)
compareTo in interface Comparable<LogRecord>Copyright © 2009-2016 Apache Software Foundation. All Rights Reserved.