Uses of Interface
org.apache.flink.util.RefCounted
-
Packages that use RefCounted Package Description org.apache.flink.core.fs org.apache.flink.table.runtime.functions.table.lookup -
-
Uses of RefCounted in org.apache.flink.core.fs
Classes in org.apache.flink.core.fs that implement RefCounted Modifier and Type Class Description class
RefCountedBufferingFileStream
ARefCountedFileWithStream
that also uses an in-memory buffer for buffering small writes.class
RefCountedFile
A reference counted file which is deleted as soon as no caller holds a reference to the wrappedFile
.class
RefCountedFileWithStream
A reference counted file which is deleted as soon as no caller holds a reference to the wrappedFile
.class
RefCountedFSOutputStream
AFSDataOutputStream
with theRefCounted
functionality. -
Uses of RefCounted in org.apache.flink.table.runtime.functions.table.lookup
Classes in org.apache.flink.table.runtime.functions.table.lookup that implement RefCounted Modifier and Type Class Description static class
LookupCacheManager.RefCountedCache
A wrapper class ofLookupCache
which also tracks the reference count of it.
-