public abstract class AbstractSequenceFileReader extends StoreObjectSupport
AbstractSequenceFileReader is a base implementation handling
 reads with a SequenceFile.| Constructor and Description | 
|---|
| AbstractSequenceFileReader(org.apache.hadoop.conf.Configuration configuration,
                          org.apache.hadoop.fs.Path basePath,
                          CodecInfo codec)Instantiates a new abstract sequence file reader. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected org.apache.hadoop.io.SequenceFile.Reader | getInput() | 
doStart, doStop, getCodec, getConfiguration, getPath, handleIdleTimeout, isCompressed, onInit, resetIdleTimeout, setIdleTimeoutafterPropertiesSet, getBeanFactory, getPhase, getStoreEventPublisher, getTaskExecutor, getTaskScheduler, isAutoStartup, isRunning, setAutoStartup, setBeanFactory, setPhase, setStoreEventPublisher, setTaskExecutor, setTaskScheduler, start, stop, stoppublic AbstractSequenceFileReader(org.apache.hadoop.conf.Configuration configuration,
                          org.apache.hadoop.fs.Path basePath,
                          CodecInfo codec)
configuration - the hadoop configurationbasePath - the hdfs pathcodec - the compression codec info