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 classFlinkObjectFileSink<Type>Operatorfor theFlinkPlatformthat 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 classJavaObjectFileSink<T>Operatorfor theJavaPlatformthat 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 classSparkObjectFileSink<T>Operatorfor theSparkPlatformthat creates a sequence file.Constructors in org.apache.wayang.spark.operators with parameters of type ObjectFileSink Constructor Description SparkObjectFileSink(ObjectFileSink<T> that)
-