rdts.syntax

package rdts.syntax

Members list

Type members

Classlikes

class DeltaAWLWWMContainer[K, V](val replicaId: LocalUid, initialState: State[K, V])

This is used for the encrypted todolist and associated benchmark

This is used for the encrypted todolist and associated benchmark

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class DeltaBuffer[A](state: A, deltaBuffer: List[A])

ReactiveCRDTs are Delta CRDTs that store applied deltas in their deltaBuffer attribute. Middleware should regularly take these deltas and ship them to other replicas, using applyDelta to apply them on the remote state. After deltas have been read and propagated by the middleware, it should call resetDeltaBuffer to empty the deltaBuffer.

ReactiveCRDTs are Delta CRDTs that store applied deltas in their deltaBuffer attribute. Middleware should regularly take these deltas and ship them to other replicas, using applyDelta to apply them on the remote state. After deltas have been read and propagated by the middleware, it should call resetDeltaBuffer to empty the deltaBuffer.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DeltaBuffer

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class DeltaBufferContainer[A](var result: DeltaBuffer[A])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class TestReplica[A](val replicaId: LocalUid, var anon: A)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object TestReplica

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type