Uses of Class
org.apache.wayang.basic.operators.TextFileSink
-
Packages that use TextFileSink Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of TextFileSink in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type TextFileSink Constructor Description TextFileSink(TextFileSink<T> that)
Creates a copied instance. -
Uses of TextFileSink in org.apache.wayang.flink.operators
Subclasses of TextFileSink in org.apache.wayang.flink.operators Modifier and Type Class Description class
FlinkTextFileSink<Type>
Implementation of theTextFileSink
operator for the Flink platform.Constructors in org.apache.wayang.flink.operators with parameters of type TextFileSink Constructor Description FlinkTextFileSink(TextFileSink<Type> that)
-
Uses of TextFileSink in org.apache.wayang.java.operators
Subclasses of TextFileSink in org.apache.wayang.java.operators Modifier and Type Class Description class
JavaTextFileSink<T>
Implementation fo theTextFileSink
for theJavaPlatform
.Constructors in org.apache.wayang.java.operators with parameters of type TextFileSink Constructor Description JavaTextFileSink(TextFileSink<T> that)
-
Uses of TextFileSink in org.apache.wayang.spark.operators
Subclasses of TextFileSink in org.apache.wayang.spark.operators Modifier and Type Class Description class
SparkTextFileSink<T>
Implementation of theTextFileSink
operator for the Spark platform.Constructors in org.apache.wayang.spark.operators with parameters of type TextFileSink Constructor Description SparkTextFileSink(TextFileSink<T> that)
-