Class SparkLocalCallbackSink<T extends Serializable>

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

public class SparkLocalCallbackSink<T extends Serializable> extends LocalCallbackSink<T> implements SparkExecutionOperator
Implementation of the LocalCallbackSink operator for the Spark platform.
See Also: