Uses of Class
org.apache.wayang.basic.operators.TextFileSource
-
Packages that use TextFileSource Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of TextFileSource in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type TextFileSource Constructor Description TextFileSource(TextFileSource that)
Copies an instance (exclusive of broadcasts). -
Uses of TextFileSource in org.apache.wayang.flink.operators
Subclasses of TextFileSource in org.apache.wayang.flink.operators Modifier and Type Class Description class
FlinkTextFileSource
Provides aCollection
to a Flink job.Constructors in org.apache.wayang.flink.operators with parameters of type TextFileSource Constructor Description FlinkTextFileSource(TextFileSource that)
Copies an instance (exclusive of broadcasts). -
Uses of TextFileSource in org.apache.wayang.java.operators
Subclasses of TextFileSource in org.apache.wayang.java.operators Modifier and Type Class Description class
JavaTextFileSource
This is execution operator implements theTextFileSource
.Constructors in org.apache.wayang.java.operators with parameters of type TextFileSource Constructor Description JavaTextFileSource(TextFileSource that)
Copies an instance (exclusive of broadcasts). -
Uses of TextFileSource in org.apache.wayang.spark.operators
Subclasses of TextFileSource in org.apache.wayang.spark.operators Modifier and Type Class Description class
SparkTextFileSource
Provides aCollection
to a Spark job.Constructors in org.apache.wayang.spark.operators with parameters of type TextFileSource Constructor Description SparkTextFileSource(TextFileSource that)
Copies an instance (exclusive of broadcasts).
-