org.apache.flume.channel.file
Class LogFile.SequentialReader
java.lang.Object
   org.apache.flume.channel.file.LogFile.SequentialReader
org.apache.flume.channel.file.LogFile.SequentialReader
- Direct Known Subclasses: 
- LogFileV3.SequentialReader
- Enclosing class:
- LogFile
- public abstract static class LogFile.SequentialReader 
- extends Object
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
setLastCheckpointPosition
protected void setLastCheckpointPosition(long lastCheckpointPosition)
- 
 
setLastCheckpointWriteOrderID
protected void setLastCheckpointWriteOrderID(long lastCheckpointWriteOrderID)
- 
 
setPreviousCheckpointPosition
protected void setPreviousCheckpointPosition(long backupCheckpointPosition)
- 
 
setPreviousCheckpointWriteOrderID
protected void setPreviousCheckpointWriteOrderID(long backupCheckpointWriteOrderID)
- 
 
setLogFileID
protected void setLogFileID(int logFileID)
- 
 
getKeyProvider
protected KeyProvider getKeyProvider()
- 
 
getFileHandle
protected RandomAccessFile getFileHandle()
- 
 
next
public LogRecord next()
               throws IOException,
                      CorruptEventException
- 
- Throws:
- IOException
- CorruptEventException
 
getPosition
public long getPosition()
                 throws IOException
- 
- Throws:
- IOException
 
close
public void close()
- 
 
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.