Package

org.apache.livy

scalaapi

Permalink

package scalaapi

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

Type Members

  1. class LivyScalaClient extends AnyRef

    Permalink

    A client for submitting Spark-based jobs to a Livy backend.

  2. class ScalaJobContext extends AnyRef

    Permalink

    Holds runtime information about the job execution context.

  3. class ScalaJobHandle[T] extends Future[T]

    Permalink

    A handle to a submitted job.

    A handle to a submitted job. Allows for monitoring and controlling of the running remote job.

  4. implicit class ScalaWrapper extends AnyRef

    Permalink

    A Scala Client for Livy which is a wrapper over the Java client.

Inherited from AnyRef

Inherited from Any

Ungrouped