object
Ancestor extends AnyRef
Type Members
-
sealed
trait
Map[S <: Sys[S], Version, A] extends Writer with Disposable[Tx]
-
sealed
trait
Tree[S <: Sys[S], Version] extends Writer with Disposable[Tx]
-
sealed
trait
Vertex[S <: Sys[S], Version] extends Writer with Disposable[Tx]
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
object
Vertex extends AnyRef
-
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(): java.lang.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: Tx, valueSerializer: TxnSerializer[Tx, Acc, A]): Map[S, Version, A]
-
def
newTree[S <: Sys[S], Version](rootVersion: Version)(implicit tx: Tx, versionSerializer: TxnSerializer[Tx, 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: Acc, full: Tree[S, Version])(implicit tx: Tx, valueSerializer: TxnSerializer[Tx, Acc, A]): Map[S, Version, A]
-
def
readTree[S <: Sys[S], Version](in: DataInput, access: Acc)(implicit tx: Tx, versionSerializer: TxnSerializer[Tx, 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: TxnSerializer[Tx, Acc, Version], intView: (Version) ⇒ Int): TxnSerializer[Tx, Acc, Tree[S, Version]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any