cogx.runtime.checkpoint.javaserialization
Close object store, preventing further writes.
Close object store, preventing further writes.
Read a Float from the object store.
Read a Float from the object store.
Read an Array[Float] from the object store.
Read an Array[Float] from the object store.
Read an Int from the object store.
Read an Int from the object store.
Read an Array[Int] from the object store.
Read an Array[Int] from the object store.
Read a Long from the object store.
Read a Long from the object store.
Read a Array[Long] from the object store.
Read a Array[Long] from the object store.
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.
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.
Read a non-primitive "Restorable" object from the object store.
Read a non-primitive "Restorable" object from the object store.
Read an array of non-primitive "Restorable" objects from the object store.
Read an array of non-primitive "Restorable" objects from the object store.
Read a String from the object store.
Read a String from the object store.
Read an Array[String] from the object store.
Read an Array[String] from the object store.
Cog ComputeGraph restorer based on Java Serialization.