com.cloudera.livy.repl

SparkRInterpreter

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

    Shut down the interpreter.

    Shut down the interpreter.

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

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

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

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

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

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

    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
  15. def finalize(): Unit

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

  17. final def getClass(): Class[_]

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

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

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

    Definition Classes
    Any
  21. def kind: String

    Definition Classes
    SparkRInterpreterInterpreter
  22. lazy val logger: Logger

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

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

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

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

    Attributes
    protected
    Definition Classes
    SparkRInterpreterProcessInterpreter
  28. val sparkMajorVersion: String

  29. def start(): SparkContext

    Start the Interpreter.

    Start the Interpreter.

    returns

    A SparkContext, which may be null.

    Definition Classes
    ProcessInterpreterInterpreter
  30. val stdin: PrintWriter

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

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

    Definition Classes
    AnyRef
  33. def takeErrorLines(): String

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

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

    Definition Classes
    Logging
  36. final def wait(): Unit

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

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

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

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

    Definition Classes
    Logging

Inherited from ProcessInterpreter

Inherited from Logging

Inherited from Interpreter

Inherited from AnyRef

Inherited from Any

Ungrouped