package
streaming
Type Members
-
-
-
-
-
-
-
-
case class
LogicalDStreamPlan(output: Seq[Attribute], stream: DStream[InternalRow])(streamingSnappy: SnappyStreamingContext) extends LogicalPlan with MultiInstanceRelation with Product with Serializable
-
-
case class
PhysicalDStreamPlan(output: Seq[Attribute], rowStream: DStream[InternalRow]) extends SparkPlan with StreamPlan with Product with Serializable
-
-
final
class
RabbitMQInputDStream[T, D] extends ReceiverInputDStream[T] with Logging
-
final
class
RabbitMQReceiver[T, D] extends Receiver[T] with Logging
-
-
-
-
-
-
final
class
SchemaDStream extends DStream[Row]
-
-
-
-
-
trait
StreamPlan extends AnyRef
-
trait
StreamPlanProvider extends SchemaRelationProvider
-
-
-
-
-
-
-
-
-
case class
WindowLogicalPlan(windowDuration: Duration, slideDuration: Option[Duration], child: LogicalPlan) extends UnaryNode with Product with Serializable
-
case class
WindowPhysicalPlan(windowDuration: Duration, slide: Option[Duration], child: SparkPlan) extends SparkPlan with UnaryNode with StreamPlan with Product with Serializable