| Modifier and Type | Class and Description |
|---|---|
class |
CausalContext |
| Modifier and Type | Field and Description |
|---|---|
protected VVState |
DeltaBasedCRDT.state |
| Modifier and Type | Method and Description |
|---|---|
VVState |
DeltaBasedCRDT.getReplicaState() |
VVState |
DeltaCRDT.getReplicaState()
Gets the replica state.
|
| Constructor and Description |
|---|
DeltaBasedCRDT(CRDTsTypes type,
VVState state) |
| Constructor and Description |
|---|
DeltaCRDTLWWMap(VVState state) |
DeltaLWWCRDTMap(VVState state) |
DeltaLWWMap(VVState state)
Creates a delta last-writer-wins map with a given replica state.
|
DeltaLWWMap(VVState state,
Map<String,SerializableType> initialValues)
Creates a delta last-writer-wins map with a given replica state and a map of initial valeus.
|
DeltaLWWRegister(VVState state)
Creates a delta-based register by passing the replica current state.
|
DeltaLWWRegister(VVState state,
String value)
Creates a delta-based register by passing the replica current state.
|
DeltaLWWSet(VVState state) |
DeltaLWWSet(VVState state,
Set<SerializableType> initialValues) |
DeltaMVMap(VVState state)
Creates a delta multi-value map with a given replica state.
|
DeltaPNCounter(VVState state)
Creates a delta-based counter by passing the current replica state.
|
DeltaPNCounter(VVState state,
int initialValue)
Creates a delta-based counter by passing the current replica state.
|
DeltaRGA(VVState state)
Creates a delta RGA with a given replica state.
|
DeltaRGA(VVState state,
List<SerializableType> initialValues)
Creates a delta RGA with a given replica state and a list of initial values.
|
| Modifier and Type | Field and Description |
|---|---|
protected VVState |
StateBasedCRDT.state
State of the replica.
|
| Modifier and Type | Method and Description |
|---|---|
VVState |
StateBasedCRDT.getReplicaState() |
VVState |
StateCRDT.getReplicaState()
Gets the replica state.
|
| Constructor and Description |
|---|
StateBasedCRDT(CRDTsTypes type,
VVState state)
Creates an abstract state-based CRDT type, with a previously created state.
|
| Constructor and Description |
|---|
StatePNCounter(VVState state)
Creates a state-based counter by passing the current replica state.
|
StatePNCounter(VVState state,
int initialValue)
Creates a delta-based counter by passing the current replica state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VVContext |
| Modifier and Type | Method and Description |
|---|---|
static GenericCRDT |
CRDTsTypes.createLWWCRDT(CRDTsTypes.FLAVOR flavor,
pt.unl.fct.di.novasys.babel.protocols.storage.utils.types.ReplicatedStructuresOperations.ReplicatedDataTypes type,
VVState state,
Object initialValue) |
Copyright © 2024. All rights reserved.