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
-
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, write, write
-
Constructor Details
-
LocalSyncableOutputStream
- Throws:
FileNotFoundException
-
-
Method Details
-
sync
- Throws:
IOException
-
hsync
- Specified by:
hsync
in interfaceorg.apache.hadoop.fs.Syncable
- Throws:
IOException
-
hflush
- Specified by:
hflush
in interfaceorg.apache.hadoop.fs.Syncable
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-