Class JavaObjectFileSource<T>

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

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