Dot

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

A Dot is a globally unique point in time. Dots are partially ordered by their time per replicaId. Dots are another name for lamport clocks.

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