Package

org.apache.spark

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 SnappyStreamingContext extends StreamingContext with Serializable

    Permalink

    Main entry point for SnappyData extensions to Spark Streaming.

    Main entry point for SnappyData extensions to Spark Streaming. A SnappyStreamingContext extends Spark's org.apache.spark.streaming.StreamingContext to provides an ability to manipulate SQL like query on org.apache.spark.streaming.dstream.DStream. You can apply schema and register continuous SQL queries(CQ) over the data streams. A single shared SnappyStreamingContext makes it possible to re-use Executors across client connections or applications.

Value Members

  1. object SnappyStreamingContext extends internal.Logging with Serializable

    Permalink
  2. object StreamUtils

    Permalink

    Some utility methods for streaming operations.

  3. package api

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped