Class

water.api.scalaInt

ScalaCodeResult

Related Doc: package scalaInt

Permalink

class ScalaCodeResult extends Lockable[ScalaCodeResult]

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(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. def copyOver(arg0: ScalaCodeResult): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[water]
    Definition Classes
    Keyed
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    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