Uses of Class
org.apache.flink.streaming.api.transformations.CacheTransformation
-
Packages that use CacheTransformation Package Description org.apache.flink.streaming.api.environment org.apache.flink.streaming.runtime.translators -
-
Uses of CacheTransformation in org.apache.flink.streaming.api.environment
Methods in org.apache.flink.streaming.api.environment with parameters of type CacheTransformation Modifier and Type Method Description <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 CacheTransformation Modifier and Type Class Description classCacheTransformationTranslator<OUT,T extends CacheTransformation<OUT>>Translator forCacheTransformationTranslator.
-