Class/Object

com.cloudera.livy.repl

SparkRInterpreter

Related Docs: object SparkRInterpreter | package repl

Permalink

class SparkRInterpreter extends ProcessInterpreter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkRInterpreter
  2. ProcessInterpreter
  3. Logging
  4. Interpreter
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SparkRInterpreter(process: Process, backendInstance: Any, backendThread: Thread, sparkMajorVersion: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(): Unit

    Permalink

    Shut down the interpreter.

    Shut down the interpreter.

    Definition Classes
    SparkRInterpreterProcessInterpreterInterpreter
  7. def debug(message: ⇒ Any): Unit

    Permalink
    Definition Classes
    Logging
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def error(message: ⇒ Any): Unit

    Permalink
    Definition Classes
    Logging
  11. def error(message: ⇒ Any, t: Throwable): Unit

    Permalink
    Definition Classes
    Logging
  12. def execute(code: String): Interpreter.ExecuteResponse

    Permalink

    Execute the code and return the result as a Future as it may take some time to execute.

    Execute the code and return the result as a Future as it may take some time to execute.

    Definition Classes
    ProcessInterpreterInterpreter
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. implicit val formats: DefaultFormats.type

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def info(message: ⇒ Any): Unit

    Permalink
    Definition Classes
    Logging
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def kind: String

    Permalink
    Definition Classes
    SparkRInterpreterInterpreter
  20. lazy val logger: Logger

    Permalink
    Definition Classes
    Logging
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def sendExecuteRequest(command: String): Interpreter.ExecuteResponse

    Permalink
    Attributes
    protected
    Definition Classes
    SparkRInterpreterProcessInterpreter
  25. def sendShutdownRequest(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SparkRInterpreterProcessInterpreter
  26. val sparkMajorVersion: String

    Permalink
  27. def start(): SparkContext

    Permalink

    Start the Interpreter.

    Start the Interpreter.

    returns

    A SparkContext, which may be null.

    Definition Classes
    ProcessInterpreterInterpreter
  28. val stdin: PrintWriter

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ProcessInterpreter
  29. val stdout: BufferedReader

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ProcessInterpreter
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def takeErrorLines(): String

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessInterpreter
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def trace(message: ⇒ Any): Unit

    Permalink
    Definition Classes
    Logging
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def waitUntilReady(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SparkRInterpreterProcessInterpreter
  38. def warn(message: ⇒ Any): Unit

    Permalink
    Definition Classes
    Logging

Inherited from ProcessInterpreter

Inherited from Logging

Inherited from Interpreter

Inherited from AnyRef

Inherited from Any

Ungrouped