Package akka.cluster.ddata
Interface ReplicatedData
-
- All Known Subinterfaces:
DeltaReplicatedData,ORMap.DeltaOp,ORSet.DeltaOp,RemovedNodePruning,ReplicatedDelta,RequiresCausalDeliveryOfDeltas
- All Known Implementing Classes:
AbstractDeltaReplicatedData,AbstractReplicatedData,Flag,GCounter,GSet,LWWMap,LWWRegister,ManyVersionVector,OneVersionVector,ORMap,ORMap.AtomicDeltaOp,ORMap.DeltaGroup,ORMap.PutDeltaOp,ORMap.RemoveDeltaOp,ORMap.RemoveKeyDeltaOp,ORMap.UpdateDeltaOp,ORMultiMap,ORSet,ORSet.AddDeltaOp,ORSet.AtomicDeltaOp,ORSet.DeltaGroup,ORSet.FullStateDeltaOp,ORSet.RemoveDeltaOp,PNCounter,PNCounterMap,Replicator.Internal$.DeletedData$,VersionVector
public interface ReplicatedDataThe type of the concrete implementation, e.g.GSet[A]. To be specified by subclass.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicatedDatamerge(ReplicatedData that)Monotonic merge function.
-
-
-
Method Detail
-
merge
ReplicatedData merge(ReplicatedData that)
Monotonic merge function.- Parameters:
that- (undocumented)- Returns:
- (undocumented)
-
-