public class TextFileWriter extends AbstractDataStreamWriter implements DataStoreWriter<String>
TextFileWriter is a DataStoreWriter implementation
able to write Strings into raw hdfs files.| Constructor and Description |
|---|
TextFileWriter(Configuration configuration,
Path basePath,
CodecInfo codec)
Instantiates a new text file writer.
|
TextFileWriter(Configuration configuration,
Path basePath,
CodecInfo codec,
byte[] delimiter)
Instantiates a new text file writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
protected void |
handleIdleTimeout()
Handle idle timeout.
|
void |
write(String entity)
Write an entity.
|
getOutput, getPositiongetOutputContext, getResolvedPath, onInit, renameFile, setFileNamingStrategy, setInWritingPrefix, setInWritingSuffix, setOverwrite, setRolloverStrategy, setWritePositiondoStart, doStop, getCodec, getConfiguration, getPath, isCompressed, resetIdleTimeout, setIdleTimeoutafterPropertiesSet, getBeanFactory, getPhase, getStoreEventPublisher, getTaskExecutor, getTaskScheduler, isAutoStartup, isRunning, setAutoStartup, setBeanFactory, setPhase, setStoreEventPublisher, setTaskExecutor, setTaskScheduler, start, stop, stoppublic TextFileWriter(Configuration configuration, Path basePath, CodecInfo codec)
configuration - the hadoop configurationbasePath - the hdfs pathcodec - the compression codec infopublic TextFileWriter(Configuration configuration, Path basePath, CodecInfo codec, byte[] delimiter)
configuration - the hadoop configurationbasePath - the hdfs pathcodec - the compression codec infodelimiter - the delimiterpublic void flush()
throws IOException
flush in interface FlushableIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void write(String entity) throws IOException
DataWriterwrite in interface DataWriter<String>IOException - if an I/O error occursprotected void handleIdleTimeout()
StoreObjectSupporthandleIdleTimeout in class StoreObjectSupport