public class LogRecord extends Object implements Comparable<LogRecord>
| Constructor and Description | 
|---|
| LogRecord(int fileID,
         int offset,
         TransactionEventRecord event) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(LogRecord o) | 
| TransactionEventRecord | getEvent() | 
| int | getFileID() | 
| int | getOffset() | 
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-2017 Apache Software Foundation. All Rights Reserved.