Class JavaTsvFileSource<T>

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

public class JavaTsvFileSource<T> extends UnarySource<T> implements JavaExecutionOperator
Operator for the JavaPlatform that creates a sequence file. Consistent with Spark's object files.
See Also: