Uses of Class
org.apache.wayang.basic.operators.ObjectFileSource
-
Packages that use ObjectFileSource Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of ObjectFileSource in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type ObjectFileSource Constructor Description ObjectFileSource(ObjectFileSource that)
Copies an instance (exclusive of broadcasts). -
Uses of ObjectFileSource in org.apache.wayang.flink.operators
Subclasses of ObjectFileSource in org.apache.wayang.flink.operators Modifier and Type Class Description class
FlinkObjectFileSource<Type>
Operator
for theFlinkPlatform
that creates a sequence file.Constructors in org.apache.wayang.flink.operators with parameters of type ObjectFileSource Constructor Description FlinkObjectFileSource(ObjectFileSource<Type> that)
-
Uses of ObjectFileSource in org.apache.wayang.java.operators
Subclasses of ObjectFileSource in org.apache.wayang.java.operators Modifier and Type Class Description class
JavaObjectFileSource<T>
Operator
for theJavaPlatform
that creates a sequence file.Constructors in org.apache.wayang.java.operators with parameters of type ObjectFileSource Constructor Description JavaObjectFileSource(ObjectFileSource<T> that)
-
Uses of ObjectFileSource in org.apache.wayang.spark.operators
Subclasses of ObjectFileSource in org.apache.wayang.spark.operators Modifier and Type Class Description class
SparkObjectFileSource<T>
Operator
for theSparkPlatform
that creates a sequence file.Constructors in org.apache.wayang.spark.operators with parameters of type ObjectFileSource Constructor Description SparkObjectFileSource(ObjectFileSource that)
-