Class

ai.h2o.sparkling.backend.api.scalainterpreter

ScalaCodeResult

Related Doc: package scalainterpreter

Permalink

class ScalaCodeResult extends Lockable[ScalaCodeResult]

This object is returned by jobs executing the Scala code

Linear Supertypes
Lockable[ScalaCodeResult], Keyed[ScalaCodeResult], Iced[ScalaCodeResult], Externalizable, Serializable, Freezable[ScalaCodeResult], Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaCodeResult
  2. Lockable
  3. Keyed
  4. Iced
  5. Externalizable
  6. Serializable
  7. Freezable
  8. Cloneable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaCodeResult()

    Permalink
  2. new ScalaCodeResult(key: Key[ScalaCodeResult])

    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. def asBytes(): Array[Byte]

    Permalink
    Definition Classes
    Iced → Freezable
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def checksum(): Long

    Permalink
    Definition Classes
    Keyed
  7. def checksum_impl(): Long

    Permalink
    Attributes
    protected[water]
    Definition Classes
    Keyed
  8. final def clone(): ScalaCodeResult

    Permalink
    Definition Classes
    Iced → Freezable → AnyRef
  9. var code: String

    Permalink
  10. def copyOver(arg0: ScalaCodeResult): Unit

    Permalink
    Attributes
    protected[water]
    Definition Classes
    Iced
  11. final def delete(arg0: Key[Job[_ <: Keyed[_ <: Keyed[_ <: AnyRef]]]], arg1: Futures, arg2: Boolean): Futures

    Permalink
    Definition Classes
    Lockable
  12. final def delete(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Lockable
  13. final def delete(): Unit

    Permalink
    Definition Classes
    Lockable
  14. def delete_and_lock(arg0: Key[Job]): ScalaCodeResult

    Permalink
    Definition Classes
    Lockable
  15. def delete_and_lock(arg0: Job): ScalaCodeResult

    Permalink
    Definition Classes
    Lockable
  16. def delete_and_lock(): ScalaCodeResult

    Permalink
    Definition Classes
    Lockable
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def frozenType(): Int

    Permalink
    Definition Classes
    Iced → Freezable
  21. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def makeSchema(): Class[ScalaCodeResultV3]

    Permalink
    Definition Classes
    ScalaCodeResult → Keyed
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. final def read(arg0: AutoBuffer): ScalaCodeResult

    Permalink
    Definition Classes
    Iced → Freezable
  29. def readAll_impl(arg0: AutoBuffer, arg1: Futures): Keyed[_ <: Keyed]

    Permalink
    Attributes
    protected[water]
    Definition Classes
    Keyed
  30. def readExternal(arg0: ObjectInput): Unit

    Permalink
    Definition Classes
    Iced → Externalizable
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  31. final def readJSON(arg0: AutoBuffer): ScalaCodeResult

    Permalink
    Definition Classes
    Iced → Freezable
  32. def read_lock(arg0: Key[Job]): Unit

    Permalink
    Definition Classes
    Lockable
  33. def reloadFromBytes(arg0: Array[Byte]): ScalaCodeResult

    Permalink
    Definition Classes
    Iced → Freezable
  34. final def remove(arg0: Futures, arg1: Boolean): Futures

    Permalink
    Definition Classes
    Keyed
  35. final def remove(arg0: Futures): Futures

    Permalink
    Definition Classes
    Keyed
  36. final def remove(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Keyed
  37. final def remove(): Unit

    Permalink
    Definition Classes
    Keyed
  38. def remove_impl(arg0: Futures, arg1: Boolean): Futures

    Permalink
    Attributes
    protected[water]
    Definition Classes
    Keyed
  39. var scalaOutput: String

    Permalink
  40. var scalaResponse: String

    Permalink
  41. var scalaStatus: String

    Permalink
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. final def toJsonString(): String

    Permalink
    Definition Classes
    Iced
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. def unlock(arg0: Key[Job[_ <: Keyed[_ <: Keyed[_ <: AnyRef]]]], arg1: Boolean): ScalaCodeResult

    Permalink
    Definition Classes
    Lockable
  46. def unlock(arg0: Key[Job[_ <: Keyed[_ <: Keyed[_ <: AnyRef]]]]): ScalaCodeResult

    Permalink
    Definition Classes
    Lockable
  47. def unlock(arg0: Job[_ <: Keyed[_ <: Keyed[_ <: AnyRef]]]): ScalaCodeResult

    Permalink
    Definition Classes
    Lockable
  48. def unlock(): ScalaCodeResult

    Permalink
    Definition Classes
    Lockable
  49. def unlock_all(): Unit

    Permalink
    Definition Classes
    Lockable
  50. def update(arg0: Key[Job[_ <: Keyed[_ <: Keyed[_ <: AnyRef]]]]): ScalaCodeResult

    Permalink
    Definition Classes
    Lockable
  51. def update(arg0: Job[_ <: Keyed[_ <: Keyed[_ <: AnyRef]]]): ScalaCodeResult

    Permalink
    Definition Classes
    Lockable
  52. def update(): ScalaCodeResult

    Permalink
    Definition Classes
    Lockable
  53. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def write(arg0: AutoBuffer): AutoBuffer

    Permalink
    Definition Classes
    Iced → Freezable
  57. def writeAll(arg0: AutoBuffer): AutoBuffer

    Permalink
    Definition Classes
    Keyed
  58. def writeAll_impl(arg0: AutoBuffer): AutoBuffer

    Permalink
    Attributes
    protected[water]
    Definition Classes
    Keyed
  59. def writeExternal(arg0: ObjectOutput): Unit

    Permalink
    Definition Classes
    Iced → Externalizable
    Annotations
    @throws( classOf[java.io.IOException] )
  60. def writeJSON(arg0: AutoBuffer): AutoBuffer

    Permalink
    Definition Classes
    Iced → Freezable
  61. def write_lock(arg0: Key[Job[_ <: Keyed[_ <: Keyed[_ <: AnyRef]]]]): Lockable[?0] forSome {type ?0 <: Lockable[?0]}

    Permalink
    Definition Classes
    Lockable
  62. def write_lock(arg0: Job[_ <: Keyed[_ <: Keyed[_ <: AnyRef]]]): Lockable[?0] forSome {type ?0 <: Lockable[?0]}

    Permalink
    Definition Classes
    Lockable
  63. def write_lock(): Lockable[?0] forSome {type ?0 <: Lockable[?0]}

    Permalink
    Definition Classes
    Lockable
  64. def write_lock_to_read_lock(arg0: Key[Job]): Unit

    Permalink
    Definition Classes
    Lockable

Deprecated Value Members

  1. def remove_impl(arg0: Futures): Futures

    Permalink
    Attributes
    protected[water]
    Definition Classes
    Keyed
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Lockable[ScalaCodeResult]

Inherited from Keyed[ScalaCodeResult]

Inherited from Iced[ScalaCodeResult]

Inherited from Externalizable

Inherited from Serializable

Inherited from Freezable[ScalaCodeResult]

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped