Dot

kofre.time.Dot
case class Dot(replicaId: Id, time: Time)

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product