ReplicatedDelta

org.apache.pekko.cluster.ddata.ReplicatedDelta

The delta must implement this type.

Attributes

Source
ReplicatedData.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GCounter
class GSet[A]
trait DeltaOp
trait DeltaOp
class PNCounter
Show all

Members list

Type members

Inherited types

type T <: ReplicatedData

The type of the concrete implementation, e.g. GSet[A]. To be specified by subclass.

The type of the concrete implementation, e.g. GSet[A]. To be specified by subclass.

Attributes

Inherited from:
ReplicatedData
Source
ReplicatedData.scala

Value members

Abstract methods

The empty full state. This is used when a delta is received and no existing full state exists on the receiving side. Then the delta is merged into the zero to create the initial full state.

The empty full state. This is used when a delta is received and no existing full state exists on the receiving side. Then the delta is merged into the zero to create the initial full state.

Attributes

Source
ReplicatedData.scala

Inherited methods

def merge(that: T): T

Monotonic merge function.

Monotonic merge function.

Attributes

Inherited from:
ReplicatedData
Source
ReplicatedData.scala