Class RddChannel

java.lang.Object
org.apache.wayang.core.plan.executionplan.Channel
org.apache.wayang.spark.channels.RddChannel

public class RddChannel extends Channel
Describes the situation where one JavaRDD is operated on, producing a further JavaRDD.

NB: We might be more specific: Distinguish between cached/uncached and pipelined/aggregated.