org.apache.flume.channel.file
Class LogRecord
java.lang.Object
   org.apache.flume.channel.file.LogRecord
org.apache.flume.channel.file.LogRecord
- All Implemented Interfaces: 
- Comparable<LogRecord>
- public class LogRecord 
- extends Object- implements Comparable<LogRecord>
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LogRecord
public LogRecord(int fileID,
                 int offset,
                 TransactionEventRecord event)
getFileID
public int getFileID()
- 
 
- 
 
getOffset
public int getOffset()
- 
 
- 
 
getEvent
public TransactionEventRecord getEvent()
- 
 
- 
 
compareTo
public int compareTo(LogRecord o)
- 
- Specified by:
- compareToin interface- Comparable<LogRecord>
 
- 
 
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.