Uses of Class
org.apache.flink.util.Reference
-
Packages that use Reference Package Description org.apache.flink.util -
-
Uses of Reference in org.apache.flink.util
Methods in org.apache.flink.util that return Reference Modifier and Type Method Description static <V> Reference<V>Reference. borrowed(V value)static <V> Reference<V>Reference. owned(V value)
-