kofre.datatypes.LastWriterWins
See theLastWriterWins companion object
A LastWriterWins (register) is a common fallback for datatypes that don’t have good merge semantics.
Concurrent writes are resolved by wallclock time first (favouring replicas with clock drift into the future), and by replica ID, in case both writes happened in the same millisecond.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article