| Package | Description |
|---|---|
| pt.unl.fct.di.novasys.babel.crdts.delta.implementations |
| Modifier and Type | Field and Description |
|---|---|
static pt.unl.fct.di.novasys.network.ISerializer<DeltaCRDTLWWMap> |
DeltaCRDTLWWMap.serializer
A serializer that serializes the CRDT into (and from) a ByteBuf.
|
| Modifier and Type | Method and Description |
|---|---|
DeltaCRDTLWWMap |
DeltaCRDTLWWMap.generateDelta(VersionVector vv)
Calculates a delta from a given version for the current state.
|
DeltaCRDTLWWMap |
DeltaCRDTLWWMap.generateDelta(VersionVector vv,
CRDTsTypes.FLAVOR flavor)
Calculates a delta from a given version for the current state.
|
DeltaCRDTLWWMap |
DeltaCRDTLWWMap.mergeDelta(DeltaBasedCRDT crdt)
Applies a delta to the current state.
|
DeltaCRDTLWWMap |
DeltaCRDTLWWMap.put(CRDTTypeKeyPair key,
GenericCRDT crdt)
Puts a CRDT into the map, with a given key.
|
Copyright © 2024. All rights reserved.