Package

com.datastax.spark.connector

streaming

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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 with Logging

    Permalink
  3. trait SparkStreamingActor extends Actor with ActorHelper

    Permalink

    Simple akka.actor.Actor mixin.

  4. class SparkStreamingListener[T] extends StreamingListener

    Permalink

    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

    Permalink

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

  6. abstract class TypedStreamingActor[T] extends SparkStreamingActor

    Permalink

Value Members

  1. object StreamingEvent

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped