object
Ancestor
Type Members
-
sealed
trait
Map[S <: Sys[S], Version, A] extends Writable with Disposable[Ancestor.Map.S.Tx]
-
sealed
trait
Tree[S <: Sys[S], Version] extends Writable with Disposable[Ancestor.Tree.S.Tx]
-
sealed
trait
Vertex[S <: Sys[S], Version] extends Writable with Disposable[Ancestor.Vertex.S.Tx]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newMap[S <: Sys[S], Version, A](full: Tree[S, Version], rootVertex: Vertex[S, Version], rootValue: A)(implicit tx: Ancestor.newMap.S.Tx, valueSerializer: Serializer[Ancestor.newMap.S.Tx, Ancestor.newMap.S.Acc, A]): Map[S, Version, A]
-
def
newTree[S <: Sys[S], Version](rootVersion: Version)(implicit tx: Ancestor.newTree.S.Tx, versionSerializer: Serializer[Ancestor.newTree.S.Tx, Ancestor.newTree.S.Acc, Version], intView: (Version) ⇒ Int): Tree[S, Version]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
readMap[S <: Sys[S], Version, A](in: DataInput, access: Ancestor.readMap.S.Acc, full: Tree[S, Version])(implicit tx: Ancestor.readMap.S.Tx, valueSerializer: Serializer[Ancestor.readMap.S.Tx, Ancestor.readMap.S.Acc, A]): Map[S, Version, A]
-
def
readTree[S <: Sys[S], Version](in: DataInput, access: Ancestor.readTree.S.Acc)(implicit tx: Ancestor.readTree.S.Tx, versionSerializer: Serializer[Ancestor.readTree.S.Tx, Ancestor.readTree.S.Acc, Version], intView: (Version) ⇒ Int): Tree[S, Version]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
implicit
def
treeSerializer[S <: Sys[S], Version](implicit versionSerializer: Serializer[Ancestor.treeSerializer.S.Tx, Ancestor.treeSerializer.S.Acc, Version], intView: (Version) ⇒ Int): Serializer[Ancestor.treeSerializer.S.Tx, Ancestor.treeSerializer.S.Acc, Tree[S, Version]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit