object VersionVector extends Serializable
VersionVector module with helper classes and methods.
- Source
- VersionVector.scala
Linear Supertypes
Content Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- VersionVector
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def AfterInstance: After
Java API: The
VersionVector.After
instance - def BeforeInstance: Before
Java API: The
VersionVector.Before
instance - def ConcurrentInstance: Concurrent
Java API: The
VersionVector.Concurrent
instance - def SameInstance: Same
Java API: The
VersionVector.Same
instance - def apply(node: UniqueAddress, version: Long): VersionVector
- def apply(versions: TreeMap[UniqueAddress, Long]): VersionVector
- def apply(): VersionVector
- def create(): VersionVector
Java API
- val empty: VersionVector
- case object After extends Ordering with Product with Serializable
- case object Before extends Ordering with Product with Serializable
- case object Concurrent extends Ordering with Product with Serializable
- case object Same extends Ordering with Product with Serializable