Class MicrobatchSource<T,CheckpointMarkT extends UnboundedSource.CheckpointMark>

java.lang.Object
org.apache.beam.sdk.io.Source<T>
org.apache.beam.runners.spark.io.MicrobatchSource<T,CheckpointMarkT>
All Implemented Interfaces:
Serializable, HasDisplayData

public class MicrobatchSource<T,CheckpointMarkT extends UnboundedSource.CheckpointMark> extends Source<T>
A Source that accommodates Spark's micro-batch oriented nature and wraps an UnboundedSource.
See Also:
  • Method Details