Package akka.cluster.ddata
Interface ReplicatedDataSerialization
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
ORMap.DeltaOp
,ORSet.DeltaOp
- All Known Implementing Classes:
Flag
,FlagKey
,GCounter
,GCounterKey
,GSet
,GSetKey
,LWWMap
,LWWMapKey
,LWWRegister
,LWWRegisterKey
,ManyVersionVector
,OneVersionVector
,ORMap
,ORMap.AtomicDeltaOp
,ORMap.DeltaGroup
,ORMap.PutDeltaOp
,ORMap.RemoveDeltaOp
,ORMap.RemoveKeyDeltaOp
,ORMap.UpdateDeltaOp
,ORMapKey
,ORMultiMap
,ORMultiMapKey
,ORSet
,ORSet.AddDeltaOp
,ORSet.AtomicDeltaOp
,ORSet.DeltaGroup
,ORSet.FullStateDeltaOp
,ORSet.RemoveDeltaOp
,ORSetKey
,PNCounter
,PNCounterKey
,PNCounterMap
,PNCounterMapKey
,Replicator.Internal$.DeletedData$
,VersionVector
public interface ReplicatedDataSerialization extends java.io.Serializable
Marker trait forReplicatedData
serialized byReplicatedDataSerializer
.