Class/Object

cogx.runtime.checkpoint.javaserialization

JavaObjectRestorer

Related Docs: object JavaObjectRestorer | package javaserialization

Permalink

class JavaObjectRestorer extends ObjectRestorer

Cog ComputeGraph restorer based on Java Serialization.

Linear Supertypes
ObjectRestorer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JavaObjectRestorer
  2. ObjectRestorer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JavaObjectRestorer(filename: 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

    Close object store, preventing further writes.

    Close object store, preventing further writes.

    Definition Classes
    JavaObjectRestorerObjectRestorer
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val fis: FileInputStream

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

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

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

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  17. val ois: ObjectInputStream

    Permalink
  18. def readFloat(name: String): Float

    Permalink

    Read a Float from the object store.

    Read a Float from the object store.

    Definition Classes
    JavaObjectRestorerObjectRestorer
  19. def readFloatArray(name: String): Array[Float]

    Permalink

    Read an Array[Float] from the object store.

    Read an Array[Float] from the object store.

    Definition Classes
    JavaObjectRestorerObjectRestorer
  20. def readInt(name: String): Int

    Permalink

    Read an Int from the object store.

    Read an Int from the object store.

    Definition Classes
    JavaObjectRestorerObjectRestorer
  21. def readIntArray(name: String): Array[Int]

    Permalink

    Read an Array[Int] from the object store.

    Read an Array[Int] from the object store.

    Definition Classes
    JavaObjectRestorerObjectRestorer
  22. def readLong(name: String): Long

    Permalink

    Read a Long from the object store.

    Read a Long from the object store.

    Definition Classes
    JavaObjectRestorerObjectRestorer
  23. def readLongArray(name: String): Array[Long]

    Permalink

    Read a Array[Long] from the object store.

    Read a Array[Long] from the object store.

    Definition Classes
    JavaObjectRestorerObjectRestorer
  24. def readOptionalInt(name: String): Option[Int]

    Permalink

    Attempt to read an Int from the object store that may or may not actually be present there.

    Attempt to read an Int from the object store that may or may not actually be present there. Returns None if this optional Int wasn't found.

    Definition Classes
    JavaObjectRestorerObjectRestorer
  25. def readOptionalString(name: String): Option[String]

    Permalink

    Attempt to read a String from the object store that may or may not actually be present there.

    Attempt to read a String from the object store that may or may not actually be present there. Returns None if this optional String wasn't found.

    Definition Classes
    JavaObjectRestorerObjectRestorer
  26. def readRestorable(name: String, factory: RestoreFactory): AnyRef

    Permalink

    Read a non-primitive "Restorable" object from the object store.

    Read a non-primitive "Restorable" object from the object store.

    Definition Classes
    JavaObjectRestorerObjectRestorer
  27. def readRestorableArray(name: String, factory: RestoreFactory): Array[AnyRef]

    Permalink

    Read an array of non-primitive "Restorable" objects from the object store.

    Read an array of non-primitive "Restorable" objects from the object store.

    Definition Classes
    JavaObjectRestorerObjectRestorer
  28. def readString(name: String): String

    Permalink

    Read a String from the object store.

    Read a String from the object store.

    Definition Classes
    JavaObjectRestorerObjectRestorer
  29. def readStringArray(name: String): Array[String]

    Permalink

    Read an Array[String] from the object store.

    Read an Array[String] from the object store.

    Definition Classes
    JavaObjectRestorerObjectRestorer
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

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

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

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

Inherited from ObjectRestorer

Inherited from AnyRef

Inherited from Any

Ungrouped