Package org.apache.beam.sdk.io.sparkreceiver


package org.apache.beam.sdk.io.sparkreceiver
Transforms for reading and writing from streaming CDAP plugins.
  • Class
    Description
    Interface for any Spark Receiver that supports reading from and to some offset.
    ReceiverBuilder<X,T extends org.apache.spark.streaming.receiver.Receiver<X>>
    Class for building an instance for Receiver that uses Apache Beam mechanisms instead of Spark environment.
    Streaming sources for Spark Receiver.
    A PTransform to read from Spark Receiver.
    Wrapper class for ReceiverSupervisor that doesn't use Spark Environment.