| 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<DeltaLWWSet> |
DeltaLWWSet.serializer
A serializer that serializes the CRDT into (and from) a ByteBuf.
|
| Modifier and Type | Method and Description |
|---|---|
DeltaLWWSet |
DeltaLWWSet.add(SerializableType element)
Adds an element to the set.
|
DeltaLWWSet |
DeltaLWWSet.generateDelta(VersionVector vv) |
DeltaLWWSet |
DeltaLWWSet.mergeDelta(DeltaBasedCRDT crdt) |
DeltaLWWSet |
DeltaLWWSet.remove(SerializableType element)
Removes an element of the set.
|
Copyright © 2024. All rights reserved.