Uses of Class
org.apache.wayang.basic.operators.ObjectFileSink
-
Packages that use ObjectFileSink Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of ObjectFileSink in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type ObjectFileSink Constructor Description ObjectFileSink(ObjectFileSink<T> that)
Creates a copied instance. -
Uses of ObjectFileSink in org.apache.wayang.flink.operators
Subclasses of ObjectFileSink in org.apache.wayang.flink.operators Modifier and Type Class Description class
FlinkObjectFileSink<Type>
Operator
for theFlinkPlatform
that creates a sequence file.Constructors in org.apache.wayang.flink.operators with parameters of type ObjectFileSink Constructor Description FlinkObjectFileSink(ObjectFileSink<Type> that)
-
Uses of ObjectFileSink in org.apache.wayang.java.operators
Subclasses of ObjectFileSink in org.apache.wayang.java.operators Modifier and Type Class Description class
JavaObjectFileSink<T>
Operator
for theJavaPlatform
that creates a sequence file.Constructors in org.apache.wayang.java.operators with parameters of type ObjectFileSink Constructor Description JavaObjectFileSink(ObjectFileSink<T> that)
-
Uses of ObjectFileSink in org.apache.wayang.spark.operators
Subclasses of ObjectFileSink in org.apache.wayang.spark.operators Modifier and Type Class Description class
SparkObjectFileSink<T>
Operator
for theSparkPlatform
that creates a sequence file.Constructors in org.apache.wayang.spark.operators with parameters of type ObjectFileSink Constructor Description SparkObjectFileSink(ObjectFileSink<T> that)
-