Package org.apache.storm.blobstore
Class BlobStore.BlobStoreFileOutputStream
java.lang.Object
java.io.OutputStream
org.apache.storm.blobstore.AtomicOutputStream
org.apache.storm.blobstore.BlobStore.BlobStoreFileOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
- BlobStore
Output stream implementation used for reading the metadata and data information.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream
-
Constructor Details
-
BlobStoreFileOutputStream
- Throws:
IOException
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
cancel
Description copied from class:AtomicOutputStream
Cancel all of the writes associated with this stream and close it.- Specified by:
cancel
in classAtomicOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-