Class | Description |
---|---|
BackPressuringExecutor |
An executor decorator that allows only a certain number of concurrent executions.
|
OffsetAwareOutputStream |
An
OutputStream that keeps track of its current length. |
RefCountedBufferingFileStream |
A
RefCountedFileWithStream that also uses an in-memory buffer for buffering small writes. |
RefCountedFileWithStream |
A reference counted file which is deleted as soon as no caller holds a reference to the wrapped
File . |
RefCountedFSOutputStream |
A
FSDataOutputStream with the RefCounted functionality. |
RefCountedTmpFileCreator |
A utility class that creates local
reference counted files that
serve as temporary files. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.