|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.data.hadoop.store.support.LifecycleObjectSupport org.springframework.data.hadoop.store.support.StoreObjectSupport org.springframework.data.hadoop.store.input.AbstractSequenceFileReader
public abstract class AbstractSequenceFileReader
A AbstractSequenceFileReader
is a base implementation handling
reads with a SequenceFile
.
Constructor Summary | |
---|---|
AbstractSequenceFileReader(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path basePath,
CodecInfo codec)
Instantiates a new abstract sequence file reader. |
Method Summary | |
---|---|
protected org.apache.hadoop.io.SequenceFile.Reader |
getInput()
|
Methods inherited from class org.springframework.data.hadoop.store.support.StoreObjectSupport |
---|
doStart, doStop, getCodec, getConfiguration, getPath, handleIdleTimeout, isCompressed, onInit, resetIdleTimeout, setIdleTimeout |
Methods inherited from class org.springframework.data.hadoop.store.support.LifecycleObjectSupport |
---|
afterPropertiesSet, getBeanFactory, getPhase, getStoreEventPublisher, getTaskExecutor, getTaskScheduler, isAutoStartup, isRunning, setAutoStartup, setBeanFactory, setPhase, setStoreEventPublisher, setTaskExecutor, setTaskScheduler, start, stop, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public 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 infoMethod Detail |
---|
protected org.apache.hadoop.io.SequenceFile.Reader getInput() throws java.io.IOException
java.io.IOException
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |