| Modifier and Type | Class and Description |
|---|---|
class |
DeltaCausalBasedCRDT |
| Modifier and Type | Method and Description |
|---|---|
abstract DeltaCausalBasedCRDT |
DeltaCausalBasedCRDT.mergeDelta(DeltaBasedCRDT delta) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeltaAWORSet |
class |
DeltaCausalCounter |
class |
DeltaEWFlag |
class |
DeltaMVRegister |
class |
DeltaORMap |
| Modifier and Type | Method and Description |
|---|---|
DeltaORMap |
DeltaORMap.mergeDelta(DeltaBasedCRDT delta) |
DeltaCausalCounter |
DeltaCausalCounter.mergeDelta(DeltaBasedCRDT delta) |
DeltaAWORSet |
DeltaAWORSet.mergeDelta(DeltaBasedCRDT delta) |
DeltaEWFlag |
DeltaEWFlag.mergeDelta(DeltaBasedCRDT delta) |
DeltaMVRegister |
DeltaMVRegister.mergeDelta(DeltaBasedCRDT delta) |
| Modifier and Type | Method and Description |
|---|---|
abstract DeltaBasedCRDT |
DeltaBasedCRDT.generateDelta(VersionVector vv) |
DeltaBasedCRDT |
DeltaCRDT.generateDelta(VersionVector vv)
Calculates a delta from a given version for the current state
|
abstract DeltaBasedCRDT |
DeltaBasedCRDT.mergeDelta(DeltaBasedCRDT delta) |
DeltaBasedCRDT |
DeltaCRDT.mergeDelta(DeltaBasedCRDT crdt)
Applies a delta to the current state.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DeltaBasedCRDT |
DeltaBasedCRDT.mergeDelta(DeltaBasedCRDT delta) |
DeltaBasedCRDT |
DeltaCRDT.mergeDelta(DeltaBasedCRDT crdt)
Applies a delta to the current state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeltaCRDTLWWMap
A delta-based map with a last-writer-wins policy (LWW) for storing generic
CRDTS.
|
class |
DeltaLWWCRDTMap
A delta-based map with a last-writer-wins policy (LWW) for storing generic CRDTS.
|
class |
DeltaLWWMap
A delta-based map with a last-writer-wins policy (LWW).
|
class |
DeltaLWWRegister
A delta-based register with a last-writer-wins policy (LWW).
|
class |
DeltaLWWSet
A delta-based set with a last-writer-wins policy (LWW).
|
class |
DeltaMVMap
A delta-based multi-value map.
|
class |
DeltaPNCounter
A delta-based PN counter CRDT.
|
class |
DeltaRGA
A delta-based Replicated Growable Array (RGA).
|
| Modifier and Type | Method and Description |
|---|---|
DeltaBasedCRDT |
DeltaPNCounter.mergeDelta(DeltaBasedCRDT crdt) |
| Modifier and Type | Method and Description |
|---|---|
DeltaLWWRegister |
DeltaLWWRegister.mergeDelta(DeltaBasedCRDT crdt) |
DeltaCRDTLWWMap |
DeltaCRDTLWWMap.mergeDelta(DeltaBasedCRDT crdt)
Applies a delta to the current state.
|
DeltaLWWCRDTMap |
DeltaLWWCRDTMap.mergeDelta(DeltaBasedCRDT crdt) |
DeltaLWWSet |
DeltaLWWSet.mergeDelta(DeltaBasedCRDT crdt) |
DeltaBasedCRDT |
DeltaPNCounter.mergeDelta(DeltaBasedCRDT crdt) |
DeltaLWWMap |
DeltaLWWMap.mergeDelta(DeltaBasedCRDT crdt) |
DeltaRGA |
DeltaRGA.mergeDelta(DeltaBasedCRDT crdt) |
DeltaMVMap |
DeltaMVMap.mergeDelta(DeltaBasedCRDT crdt) |
Copyright © 2024. All rights reserved.