Package com.mapr.fs
Class MapRFsDataOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.io.DataOutputStream
org.apache.hadoop.fs.FSDataOutputStream
com.mapr.fs.MapRFsDataOutputStream
- All Implemented Interfaces:
Closeable,DataOutput,Flushable,AutoCloseable,org.apache.hadoop.fs.Abortable,org.apache.hadoop.fs.CanSetDropBehind,org.apache.hadoop.fs.statistics.IOStatisticsSource,org.apache.hadoop.fs.StreamCapabilities,org.apache.hadoop.fs.Syncable
public class MapRFsDataOutputStream
extends org.apache.hadoop.fs.FSDataOutputStream
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.fs.Abortable
org.apache.hadoop.fs.Abortable.AbortableResultNested classes/interfaces inherited from interface org.apache.hadoop.fs.StreamCapabilities
org.apache.hadoop.fs.StreamCapabilities.StreamCapability -
Field Summary
FieldsFields inherited from class java.io.DataOutputStream
writtenFields inherited from class java.io.FilterOutputStream
outFields inherited from interface org.apache.hadoop.fs.StreamCapabilities
ABORTABLE_STREAM, DROPBEHIND, HFLUSH, HSYNC, IOSTATISTICS, IOSTATISTICS_CONTEXT, PREADBYTEBUFFER, READAHEAD, READBYTEBUFFER, UNBUFFER, VECTOREDIO -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.fs.FSDataOutputStream
abort, getIOStatistics, hasCapability, setDropBehind, toStringMethods inherited from class java.io.DataOutputStream
size, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFMethods inherited from class java.io.FilterOutputStream
writeMethods inherited from class java.io.OutputStream
nullOutputStreamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.io.DataOutput
write
-
Field Details
-
LOG
public static final org.apache.commons.logging.Log LOG
-
-
Constructor Details
-
MapRFsDataOutputStream
Deprecated.- Throws:
IOException
-
MapRFsDataOutputStream
- Throws:
IOException
-
-
Method Details
-
write
- Specified by:
writein interfaceDataOutput- Overrides:
writein classDataOutputStream- Throws:
IOException
-
write
- Specified by:
writein interfaceDataOutput- Overrides:
writein classDataOutputStream- Throws:
IOException
-
getPos
public long getPos()- Overrides:
getPosin classorg.apache.hadoop.fs.FSDataOutputStream
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classorg.apache.hadoop.fs.FSDataOutputStream- Throws:
IOException
-
getWrappedStream
- Overrides:
getWrappedStreamin classorg.apache.hadoop.fs.FSDataOutputStream
-
sync
- Specified by:
syncin interfaceorg.apache.hadoop.fs.Syncable- Overrides:
syncin classorg.apache.hadoop.fs.FSDataOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classDataOutputStream- Throws:
IOException
-
hflush
- Specified by:
hflushin interfaceorg.apache.hadoop.fs.Syncable- Overrides:
hflushin classorg.apache.hadoop.fs.FSDataOutputStream- Throws:
IOException
-
hsync
- Specified by:
hsyncin interfaceorg.apache.hadoop.fs.Syncable- Overrides:
hsyncin classorg.apache.hadoop.fs.FSDataOutputStream- Throws:
IOException
-
seek
- Overrides:
seekin classorg.apache.hadoop.fs.FSDataOutputStream- Throws:
IOException
-
getFidStr
- Throws:
IOException
-
getFidServers
- Overrides:
getFidServersin classorg.apache.hadoop.fs.FSDataOutputStream- Throws:
IOException
-
getChunkSize
- Throws:
IOException
-