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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.io.OutputStreamflush, nullOutputStream
- 
Constructor Details- 
BlobStoreFileOutputStream- Throws:
- IOException
 
 
- 
- 
Method Details- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- OutputStream
- Throws:
- IOException
 
- 
cancelDescription copied from class:AtomicOutputStreamCancel all of the writes associated with this stream and close it.- Specified by:
- cancelin class- AtomicOutputStream
- Throws:
- IOException
 
- 
write- Specified by:
- writein class- OutputStream
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
 
-