| Package | Description |
|---|---|
| pt.unl.fct.di.novasys.babel.crdts.state.generic | |
| pt.unl.fct.di.novasys.babel.crdts.state.implementations |
| 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.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatePNCounter
A delta-based PN counter CRDT.
|
| Modifier and Type | Method and Description |
|---|---|
StateBasedCRDT |
StatePNCounter.merge(StateBasedCRDT crdt) |
| Modifier and Type | Method and Description |
|---|---|
StateBasedCRDT |
StatePNCounter.merge(StateBasedCRDT crdt) |
Copyright © 2024. All rights reserved.