| Interface | Description |
|---|---|
| RefCounted |
Interface to simply add reference counting functionality.
|
| 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
RefCountedFile that also uses an in-memory buffer for buffering small writes. |
| RefCountedFile |
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–2019 The Apache Software Foundation. All rights reserved.