Package org.apache.beam.runners.spark.io
Spark-specific transforms for I/O.
-
Class Summary Class Description ConsoleIO Print to console.ConsoleIO.Write Write to console.ConsoleIO.Write.Unbound<T> PTransformwritingPCollectionto the console.CreateStream<T> Create an input stream from Queue.EmptyCheckpointMark Passing null values to Spark's Java API may cause problems because of Guava preconditions.MicrobatchSource<T,CheckpointMarkT extends org.apache.beam.sdk.io.UnboundedSource.CheckpointMark> ASourcethat accommodates Spark's micro-batch oriented nature and wraps anUnboundedSource.SourceRDD Classes implementing BeamSourceRDDs.SourceRDD.Bounded<T> SourceRDD.Unbounded<T,CheckpointMarkT extends org.apache.beam.sdk.io.UnboundedSource.CheckpointMark> ASourceRDD.Unboundedis the implementation of a micro-batch in aSourceDStream.SparkUnboundedSource A "composite" InputDStream implementation forUnboundedSources.SparkUnboundedSource.Metadata A metadata holder for an input stream partition.