Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package apache
    Definition Classes
    org
  • package spark
    Definition Classes
    apache
  • package sql
    Definition Classes
    spark
  • package execution
    Definition Classes
    sql
  • package streaming
    Definition Classes
    execution
  • class HTTPSource extends Source with Logging

    A source that reads text lines through a TCP socket, designed only for tutorials and debugging.

    A source that reads text lines through a TCP socket, designed only for tutorials and debugging. This source will *not* work in production applications due to multiple reasons, including no support for fault recovery and keeping all of the text read in memory forever.

    Definition Classes
    streaming
  • QueueHandler

class QueueHandler extends HttpHandler

Linear Supertypes
HttpHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueueHandler
  2. HttpHandler
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QueueHandler()

Value Members

  1. def handle(request: HttpExchange): Unit
    Definition Classes
    QueueHandler → HttpHandler