Uses of Class
org.apache.flink.runtime.asyncprocessing.ReferenceCounted
Packages that use ReferenceCounted
-
Uses of ReferenceCounted in org.apache.flink.runtime.asyncprocessing
Subclasses of ReferenceCounted in org.apache.flink.runtime.asyncprocessingModifier and TypeClassDescriptionclassA context that preserves the necessary variables required by each operation, all operations for one record will share the same element context.