Package org.apache.drill.exec.store
Class LocalSyncableFileSystem.LocalSyncableOutputStream
java.lang.Object
java.io.OutputStream
org.apache.drill.exec.store.LocalSyncableFileSystem.LocalSyncableOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable,org.apache.hadoop.fs.Syncable
- Enclosing class:
LocalSyncableFileSystem
public class LocalSyncableFileSystem.LocalSyncableOutputStream
extends OutputStream
implements org.apache.hadoop.fs.Syncable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write, write
-
Constructor Details
-
LocalSyncableOutputStream
- Throws:
FileNotFoundException
-
-
Method Details
-
sync
- Throws:
IOException
-
hsync
- Specified by:
hsyncin interfaceorg.apache.hadoop.fs.Syncable- Throws:
IOException
-
hflush
- Specified by:
hflushin interfaceorg.apache.hadoop.fs.Syncable- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-