kofre.time
Members list
Type members
Classlikes
Efficient storage of a set of Time when most stored values are contiguous ranges
Efficient storage of a set of Time when most stored values are contiguous ranges
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ArrayRanges.type
Dots are another name for lamport clocks. Dots are globally unique counters that are used to track time in causal CRDTs. To guarantee global uniqueness, dots combine a globally unique replicaID with a locally unique counter.
Dots are another name for lamport clocks. Dots are globally unique counters that are used to track time in causal CRDTs. To guarantee global uniqueness, dots combine a globally unique replicaID with a locally unique counter.
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Essentially a more efficient version of a Set[Dot] . It typically tracks all dots known within some scope.
Essentially a more efficient version of a Set[Dot] . 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 Any
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- VectorClock.type