VectorClock

kofre.time.VectorClock
See theVectorClock companion object
case class VectorClock(timestamps: Map[Uid, Time])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def <(o: VectorClock): Boolean
def <=(o: VectorClock): Boolean
def dotOf(replicaId: Uid): Dot
def inc(id: Uid): VectorClock
def timeOf(replicaId: Uid): Time

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product