Uses of Interface
org.apache.flink.util.RefCounted
-
Packages that use RefCounted Package Description org.apache.flink.core.fs -
-
Uses of RefCounted in org.apache.flink.core.fs
Classes in org.apache.flink.core.fs that implement RefCounted Modifier and Type Class Description classRefCountedBufferingFileStreamARefCountedFileWithStreamthat also uses an in-memory buffer for buffering small writes.classRefCountedFileA reference counted file which is deleted as soon as no caller holds a reference to the wrappedFile.classRefCountedFileWithStreamA reference counted file which is deleted as soon as no caller holds a reference to the wrappedFile.classRefCountedFSOutputStreamAFSDataOutputStreamwith theRefCountedfunctionality.
-