Class SparkCacheOperator<Type>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, SparkExecutionOperator

public class SparkCacheOperator<Type> extends UnaryToUnaryOperator<Type,Type> implements SparkExecutionOperator
Converts an uncached RddChannel into a cached RddChannel.
See Also: