public interface CachedOutputStreamCleaner
Bus
extension to clean up unclosed CachedOutputStream
instances (and alike) backed by
temporary files (leading to disk fill, see https://issues.apache.org/jira/browse/CXF-7396.Modifier and Type | Method and Description |
---|---|
void |
clean()
Run the clean up
|
void |
register(Closeable closeable)
Unregister the stream instance from the clean up (closed properly)
|
default int |
size()
The exact or approximate (depending on the implementation) size of the cleaner queue
|
void |
unregister(Closeable closeable)
Register the stream instance for the clean up
|
void clean()
void unregister(Closeable closeable)
void register(Closeable closeable)
default int size()
Apache CXF