| 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<DeltaRGA> |
DeltaRGA.serializer
A serializer that serializes the CRDT into (and from) a ByteBuf.
|
| Modifier and Type | Method and Description |
|---|---|
DeltaRGA |
DeltaRGA.generateDelta(VersionVector vv) |
DeltaRGA |
DeltaRGA.insertAt(int index,
SerializableType element)
Insert an element into position index
|
DeltaRGA |
DeltaRGA.mergeDelta(DeltaBasedCRDT crdt) |
DeltaRGA |
DeltaRGA.removeAt(int index)
Removes an element at position index
|
Copyright © 2024. All rights reserved.