Class/Object

ai.h2o.sparkling.repl

H2OInterpreter

Related Docs: object H2OInterpreter | package repl

Permalink

class H2OInterpreter extends BaseH2OInterpreter

H2O Interpreter which is use to interpret scala code

Linear Supertypes
BaseH2OInterpreter, Logging, Serializable, Serializable, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OInterpreter
  2. BaseH2OInterpreter
  3. Logging
  4. Serializable
  5. Serializable
  6. Logging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new H2OInterpreter(sparkContext: SparkContext, hc: Any, sessionId: Int)

    Permalink

    sparkContext

    spark context

    hc

    H2OContext

    sessionId

    session ID for interpreter

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 closeInterpreter(): Unit

    Permalink
    Definition Classes
    BaseH2OInterpreter
  7. def consoleOutput: String

    Permalink

    Redirected printed output coming from commands written in the interpreter

    Redirected printed output coming from commands written in the interpreter

    Definition Classes
    BaseH2OInterpreter
  8. def createInterpreter(): H2OIMain

    Permalink
    Definition Classes
    H2OInterpreter → BaseH2OInterpreter
  9. def createSettings(): Settings

    Permalink

    Initialize the compiler settings

    Initialize the compiler settings

    Definition Classes
    H2OInterpreter → BaseH2OInterpreter
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def extractValue(term: String): Option[Any]

    Permalink
    Definition Classes
    BaseH2OInterpreter
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  17. def interpreterResponse: String

    Permalink

    Get response of interpreter

    Get response of interpreter

    Definition Classes
    BaseH2OInterpreter
  18. var intp: H2OIMain

    Permalink
    Attributes
    protected
    Definition Classes
    BaseH2OInterpreter
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  21. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  22. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  23. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  25. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  26. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  36. val responseWriter: IntpResponseWriter

    Permalink
    Attributes
    protected
    Definition Classes
    BaseH2OInterpreter
  37. def runCode(code: String): CodeResults.Value

    Permalink

    Run scala code in a string

    Run scala code in a string

    code

    Code to be compiled end executed

    Definition Classes
    BaseH2OInterpreter
  38. var sessionId: Int

    Permalink

    session ID for interpreter

    session ID for interpreter

    Definition Classes
    BaseH2OInterpreter
  39. var settings: Settings

    Permalink
    Attributes
    protected
    Definition Classes
    BaseH2OInterpreter
  40. val sparkContext: SparkContext

    Permalink

    spark context

    spark context

    Definition Classes
    BaseH2OInterpreter
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. def valueOfTerm(term: String): Option[Any]

    Permalink
    Definition Classes
    BaseH2OInterpreter
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseH2OInterpreter

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped