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 classFlinkTextFileSink<Type>Implementation of theTextFileSinkoperator 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 classJavaTextFileSink<T>Implementation fo theTextFileSinkfor 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 classSparkTextFileSink<T>Implementation of theTextFileSinkoperator for the Spark platform.Constructors in org.apache.wayang.spark.operators with parameters of type TextFileSink Constructor Description SparkTextFileSink(TextFileSink<T> that)
-