CausalLastWriterWins

kofre.datatypes.CausalLastWriterWins
See theCausalLastWriterWins companion object

An LWW (Last Writer Wins) is a Delta CRDT modeling a register.

If two concurrent write operations occur, the resulting LWW takes on the value of the write operation with the later timestamp.

Attributes

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product