public class OutputStreamWriter extends AbstractDataStreamWriter implements DataStoreWriter<byte[]>
OutputStreamWriter
is a DataStoreWriter
implementation
able to write byte[]
s into raw hdfs files.DEFAULT_MAX_OPEN_ATTEMPTS
Constructor and Description |
---|
OutputStreamWriter(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path basePath,
CodecInfo codec)
Instantiates a new output stream writer.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
protected void |
handleIdleTimeout()
Handle idle timeout.
|
void |
hflush() |
void |
write(byte[] entity)
Write an entity.
|
getOutput, getPosition, setMaxOpenAttempts
findInitFiles, getOutputContext, getResolvedPath, initOutputContext, isAppendable, isFileWriteable, isOverwrite, onInit, renameFile, setAppendable, setFileNamingStrategy, setInWritingPrefix, setInWritingSuffix, setOverwrite, setRolloverStrategy, setWritePosition
doStart, doStop, getCodec, getConfiguration, getPath, isCompressed, resetIdleTimeout, setIdleTimeout
afterPropertiesSet, getBeanFactory, getPhase, getStoreEventPublisher, getTaskExecutor, getTaskScheduler, isAutoStartup, isRunning, setAutoStartup, setBeanFactory, setPhase, setStoreEventPublisher, setTaskExecutor, setTaskScheduler, start, stop, stop
public OutputStreamWriter(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.Path basePath, CodecInfo codec)
configuration
- the configurationbasePath
- the base pathcodec
- the codecpublic void flush() throws java.io.IOException
flush
in interface java.io.Flushable
java.io.IOException
public void hflush() throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
public void write(byte[] entity) throws java.io.IOException
DataWriter
write
in interface DataWriter<byte[]>
entity
- the entity to writejava.io.IOException
- if an I/O error occursprotected void handleIdleTimeout()
StoreObjectSupport
handleIdleTimeout
in class StoreObjectSupport