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.

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

  3. trait SparkStreamingActor extends Actor with ActorHelper

    Simple akka.

  4. class SparkStreamingListener[T] extends StreamingListener

    Simple StreamingListener.

  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