Uses of Class
org.apache.flink.runtime.asyncprocessing.ReferenceCounted
-
Packages that use ReferenceCounted Package Description org.apache.flink.runtime.asyncprocessing -
-
Uses of ReferenceCounted in org.apache.flink.runtime.asyncprocessing
Subclasses of ReferenceCounted in org.apache.flink.runtime.asyncprocessing Modifier and Type Class Description class
RecordContext<K>
A context that preserves the necessary variables required by each operation, all operations for one record will share the same element context.
-