Uses of Class
org.apache.flink.streaming.api.transformations.CacheTransformation
Packages that use CacheTransformation
Package
Description
-
Uses of CacheTransformation in org.apache.flink.streaming.api.environment
Methods in org.apache.flink.streaming.api.environment with parameters of type CacheTransformationModifier and TypeMethodDescription<T> voidStreamExecutionEnvironment.registerCacheTransformation(org.apache.flink.util.AbstractID intermediateDataSetID, CacheTransformation<T> t) -
Uses of CacheTransformation in org.apache.flink.streaming.runtime.translators
Classes in org.apache.flink.streaming.runtime.translators with type parameters of type CacheTransformationModifier and TypeClassDescriptionclassCacheTransformationTranslator<OUT,T extends CacheTransformation<OUT>> Translator forCacheTransformationTranslator.