| 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<DeltaLWWMap> |
DeltaLWWMap.serializer
A serializer that serializes the CRDT into (and from) a ByteBuf.
|
| Modifier and Type | Method and Description |
|---|---|
DeltaLWWMap |
DeltaLWWMap.delete(String key)
Deletes the value associated with key.
|
DeltaLWWMap |
DeltaLWWMap.generateDelta(VersionVector vv) |
DeltaLWWMap |
DeltaLWWMap.mergeDelta(DeltaBasedCRDT crdt) |
DeltaLWWMap |
DeltaLWWMap.put(String key,
SerializableType value)
Puts a value into the map, with a given key.
|
Copyright © 2024. All rights reserved.