Class CacheTransformationTranslator.NoOpStreamOperator<T>

java.lang.Object
org.apache.flink.streaming.api.operators.AbstractStreamOperator<T>
org.apache.flink.streaming.runtime.translators.CacheTransformationTranslator.NoOpStreamOperator<T>
Type Parameters:
T - The output type of the operator, which is the type of the cached intermediate dataset as well.
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.state.CheckpointListener, Input<T>, KeyContext, KeyContextHandler, OneInputStreamOperator<T,T>, StreamOperator<T>, StreamOperatorStateHandler.CheckpointedStreamOperator, YieldingOperator<T>
Enclosing class:
CacheTransformationTranslator<OUT,T extends CacheTransformation<OUT>>

public static class CacheTransformationTranslator.NoOpStreamOperator<T> extends AbstractStreamOperator<T> implements OneInputStreamOperator<T,T>
The CacheTransformationTranslator.NoOpStreamOperator acts as a dummy sink so that the upstream can produce the intermediate dataset to be cached.
See Also:
  • Constructor Details

    • NoOpStreamOperator

      public NoOpStreamOperator()
  • Method Details