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 classFlinkObjectFileSource<Type>Operatorfor theFlinkPlatformthat 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 classJavaObjectFileSource<T>Operatorfor theJavaPlatformthat 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 classSparkObjectFileSource<T>Operatorfor theSparkPlatformthat creates a sequence file.Constructors in org.apache.wayang.spark.operators with parameters of type ObjectFileSource Constructor Description SparkObjectFileSource(ObjectFileSource that)
-