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