| Modifier and Type | Method and Description |
|---|---|
DeltaBasedCRDT |
DeltaCRDT.mergeDelta(DeltaBasedCRDT crdt)
Applies a delta to the current state.
|
| Modifier and Type | Method and Description |
|---|---|
DeltaLWWRegister |
DeltaLWWRegister.mergeDelta(DeltaBasedCRDT crdt) |
DeltaLWWSet |
DeltaLWWSet.mergeDelta(DeltaBasedCRDT crdt) |
DeltaLWWMap |
DeltaLWWMap.mergeDelta(DeltaBasedCRDT crdt) |
DeltaRGA |
DeltaRGA.mergeDelta(DeltaBasedCRDT crdt) |
DeltaMVMap |
DeltaMVMap.mergeDelta(DeltaBasedCRDT crdt) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationCRDT.installRemoteState(OperationBasedCRDT crdt)
Installs the remote state into the local the CRDT.
|
abstract void |
OperationBasedCRDT.installRemoteState(OperationBasedCRDT crdt) |
| Modifier and Type | Method and Description |
|---|---|
abstract StateBasedCRDT |
StateBasedCRDT.merge(StateBasedCRDT crdt) |
StateBasedCRDT |
StateCRDT.merge(StateBasedCRDT crdt)
Handles the merging of this CRDT with other state-based CRDT received from the network.
|
Copyright © 2024. All rights reserved.