Attributes
- Companion
- class
- Source
- LWWRegister.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LWWRegister.type
Members list
Type members
Classlikes
Attributes
- Source
- LWWRegister.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Attributes
- Source
- LWWRegister.scala
Attributes
- Source
- LWWRegister.scala
Scala API Creates a LWWRegister with implicits, given deprecated apply functions using Cluster constrain overloading.
Scala API Creates a LWWRegister with implicits, given deprecated apply functions using Cluster constrain overloading.
Attributes
- Source
- LWWRegister.scala
Java API
Java API
The default LWWRegister.Clock is using max value of System.currentTimeMillis() and currentTimestamp + 1.
The default LWWRegister.Clock is using max value of System.currentTimeMillis() and currentTimestamp + 1.
Attributes
- Source
- LWWRegister.scala
This LWWRegister.Clock can be used for first-write-wins semantics. It is using min value of -System.currentTimeMillis() and currentTimestamp + 1, i.e. it is counting backwards.
This LWWRegister.Clock can be used for first-write-wins semantics. It is using min value of -System.currentTimeMillis() and currentTimestamp + 1, i.e. it is counting backwards.
Attributes
- Source
- LWWRegister.scala
Extract the LWWRegister#value.
Deprecated methods
Attributes
- Deprecated
-
[Since version Akka 2.5.20] - Source
- LWWRegister.scala
Java API
Java API