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 CassandraRDD[R]

    RDD representing a Cassandra table for Spark Streaming.

  2. class DStreamFunctions[T] extends Serializable

  3. trait SparkStreamingActor extends Actor with Receiver

    Simple Actor mixin to implement further with Spark 1.

  4. class StreamingContextFunctions extends SparkContextFunctions

    Provides Cassandra-specific methods on StreamingContext.

Value Members

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped