com.datastax.spark.connector.demo

streaming

package streaming

Visibility
  1. Public
  2. All

Type Members

  1. trait CounterActor extends Actor with Logging

  2. class NodeGuardian extends Actor with Assertions with Logging

    The NodeGuardian actor is the root supervisor of this simple Akka application's ActorSystem node that you might deploy across a cluster.

  3. class Reporter extends CounterActor

    When called upon, the Reporter starts a task which checks at regular intervals whether the produced amount of data has all been written to Cassandra from the stream.

  4. class Sender extends Actor

    A simple Akka actor which generates a pre-set number of random tuples based on initial input data, and sends each random tuple to the Streamer.

  5. final class SparkCassandraSettings extends AnyRef

  6. class Streamer extends TypedStreamingActor[String] with CounterActor

    Simply showing what the streaming actor does for the sake of the demo.

Value Members

  1. object AkkaStreamingDemo extends App

    This demo can run against a single node, local or remote.

  2. object KafkaStreamingDemo extends Assertions with Logging

    Simple Kafka Spark Streaming demo which 1.

Ungrouped