public abstract class AbstractSequenceFileWriter extends OutputStoreObjectSupport
AbstractSequenceFileWriter is a base implementation handling
 writes with a SequenceFile.| Constructor and Description | 
|---|
| AbstractSequenceFileWriter(Configuration configuration,
                          Path basePath,
                          CodecInfo codec)Instantiates a new abstract sequence file writer. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SequenceFileWriterHolder<SequenceFile.Writer> | getOutput()Gets the output. | 
| protected long | getPosition(SequenceFile.Writer writer) | 
findInitFiles, getOutputContext, getResolvedPath, initOutputContext, onInit, renameFile, setFileNamingStrategy, setInWritingPrefix, setInWritingSuffix, setOverwrite, setRolloverStrategy, setWritePositiondoStart, doStop, getCodec, getConfiguration, getPath, handleIdleTimeout, isCompressed, resetIdleTimeout, setIdleTimeoutafterPropertiesSet, getBeanFactory, getPhase, getStoreEventPublisher, getTaskExecutor, getTaskScheduler, isAutoStartup, isRunning, setAutoStartup, setBeanFactory, setPhase, setStoreEventPublisher, setTaskExecutor, setTaskScheduler, start, stop, stoppublic AbstractSequenceFileWriter(Configuration configuration, Path basePath, CodecInfo codec)
configuration - the hadoop configurationbasePath - the hdfs pathcodec - the compression codec infoprotected SequenceFileWriterHolder<SequenceFile.Writer> getOutput() throws IOException
IOException - Signals that an I/O exception has occurred.protected long getPosition(SequenceFile.Writer writer) throws IOException
IOException