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