public class SyncableDataOutputStream extends DataOutputStream implements org.apache.hadoop.fs.Syncable
written
out
Constructor and Description |
---|
SyncableDataOutputStream(OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
hflush() |
void |
hsync() |
void |
sync()
Deprecated.
|
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
close, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write
public SyncableDataOutputStream(OutputStream out)
@Deprecated public void sync() throws IOException
sync
in interface org.apache.hadoop.fs.Syncable
IOException
public void hflush() throws IOException
hflush
in interface org.apache.hadoop.fs.Syncable
IOException
public void hsync() throws IOException
hsync
in interface org.apache.hadoop.fs.Syncable
IOException
Copyright © 2019 Apache Software Foundation. All Rights Reserved.