Uses of Class
org.apache.flink.streaming.api.datastream.CachedDataStream
-
Packages that use CachedDataStream Package Description org.apache.flink.streaming.api.datastream -
-
Uses of CachedDataStream in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return CachedDataStream Modifier and Type Method Description CachedDataStream<T>SideOutputDataStream. cache()Caches the intermediate result of the transformation.CachedDataStream<T>SingleOutputStreamOperator. cache()Cache the intermediate result of the transformation.
-