Package org.apache.flink.util
Interface RefCounted
-
- All Known Implementing Classes:
LookupCacheManager.RefCountedCache
,RefCountedBufferingFileStream
,RefCountedFile
,RefCountedFileWithStream
,RefCountedFSOutputStream
@Internal public interface RefCounted
Interface to simply add reference counting functionality.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
release()
Decreases the reference counter.void
retain()
Increases the reference counter.
-