com.datastax.spark.connector

streaming

package streaming

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. streaming
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CassandraStreamingRDD[R] extends CassandraTableScanRDD[R]

    RDD representing a Cassandra table for Spark Streaming.

    RDD representing a Cassandra table for Spark Streaming.

    See also

    com.datastax.spark.connector.rdd.CassandraTableScanRDD

  2. class DStreamFunctions[T] extends WritableToCassandra[T] with Serializable

  3. trait SparkStreamingActor extends Actor with ActorHelper

    Simple akka.actor.Actor mixin.

  4. class SparkStreamingListener[T] extends StreamingListener

    Simple StreamingListener.

    Simple StreamingListener. Currently just used to listen for initialization of a receiver. Implement further to access information about an ongoing streaming computation.

  5. class StreamingContextFunctions extends SparkContextFunctions

    Provides Cassandra-specific methods on org.apache.spark.streaming.StreamingContext.

  6. abstract class TypedStreamingActor[T] extends SparkStreamingActor

Value Members

  1. object StreamingEvent

  2. implicit def toDStreamFunctions[T](ds: DStream[T])(implicit arg0: ClassTag[T]): DStreamFunctions[T]

  3. implicit def toStreamingContextFunctions(ssc: StreamingContext): SparkContextFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped