rdts.time.Dots
See theDots companion object
Essentially a more efficient version of a Set. It typically tracks all dots known within some scope.
This datastructure is used both for implementation of RDTs, as well as for ensuring causality during replication.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Retrieves the first Dot that is included in this set of dots.
Retrieves the first Dot that is included in this set of dots.
Attributes
- Returns
-
the first included Dot.
- Throws
-
NoSuchElementException
if this collection is empty.
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article