object VersionVector extends Serializable
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: [, Long]): VersionVector
- def apply(): VersionVector
- def create(): VersionVector
Java API
- val empty: VersionVector
- case object After extends with Product with Serializable
- case object Before extends with Product with Serializable
- case object Concurrent extends with Product with Serializable
- case object Same extends with Product with Serializable
VersionVector module with helper classes and methods.