| Modifier and Type | Method and Description |
|---|---|
ReplicaID |
DeltaCausalBasedCRDT.getReplicaID() |
| Constructor and Description |
|---|
DeltaCausalBasedCRDT(CRDTsTypes type,
ReplicaID replicaID) |
| Constructor and Description |
|---|
DeltaAWORSet(ReplicaID replicaID) |
DeltaAWORSet(ReplicaID replicaID,
SerializableType initialValue) |
DeltaCausalCounter(ReplicaID replicaID) |
DeltaCausalCounter(ReplicaID replicaID,
Integer initialValue) |
DeltaEWFlag(ReplicaID replicaID) |
DeltaEWFlag(ReplicaID replicaID,
boolean initialValue) |
DeltaMVRegister(ReplicaID replicaID) |
DeltaMVRegister(ReplicaID replicaID,
SerializableType initialValue) |
DeltaORMap(ReplicaID replicaID) |
DeltaORMap(ReplicaID replicaID,
Map.Entry<CRDTTypeKeyPair,DeltaCausalCRDT> pair) |
| Modifier and Type | Method and Description |
|---|---|
CausalKernel |
CausalKernel.add(ReplicaID replicaID,
SerializableType value) |
Timestamp |
CausalKernel.addDot(ReplicaID replicaID,
SerializableType value) |
Timestamp |
CausalContext.makeDot(ReplicaID id) |
| Constructor and Description |
|---|
CausalContext(ReplicaID replicaID) |
CausalKernel(ReplicaID replicaID) |
| Modifier and Type | Method and Description |
|---|---|
ReplicaID |
DeltaBasedCRDT.getReplicaID() |
ReplicaID |
DeltaCRDT.getReplicaID()
Gets the replica identifier
|
| Constructor and Description |
|---|
DeltaBasedCRDT(CRDTsTypes type,
ReplicaID replicaID) |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<ReplicaID,ValueTsPair<IntegerType>> |
DeltaPNCounter.decs |
protected ConcurrentMap<ReplicaID,ValueTsPair<IntegerType>> |
DeltaPNCounter.incs |
| Constructor and Description |
|---|
DeltaCRDTLWWMap(ReplicaID replicaID) |
DeltaLWWCRDTMap(ReplicaID replicaID) |
DeltaLWWMap(ReplicaID replicaID)
Creates a delta last-writer-wins map with a given replicaID.
|
DeltaLWWMap(ReplicaID replicaID,
Map<String,SerializableType> initialValues)
Creates a delta last-writer-wins map with a given replicaID and a map of
initial values.
|
DeltaLWWRegister(ReplicaID replicaID)
Creates a delta-based register by passing the replica identifier.
|
DeltaLWWRegister(ReplicaID replicaID,
String value)
Creates a delta-based register with a default value, by passing the replica
identifier.
|
DeltaLWWSet(ReplicaID replicaID) |
DeltaLWWSet(ReplicaID replicaID,
Set<SerializableType> initialValues) |
DeltaMVMap(ReplicaID replicaID)
Creates a delta multi-value map with a given replicaID.
|
DeltaPNCounter(ReplicaID replicaID)
Creates a delta-based counter by passing the replica identifier.
|
DeltaPNCounter(ReplicaID replicaID,
int initialValue)
Creates a delta-based counter by passing the replica identifier.
|
DeltaRGA(ReplicaID replicaID)
Creates a delta RGA with a given replicaID.
|
DeltaRGA(ReplicaID replicaID,
List<SerializableType> initialValues)
Creates a delta RGA with a given replicaID and a list of initial values.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicaID |
StateBasedCRDT.getReplicaID() |
ReplicaID |
StateCRDT.getReplicaID()
Gets the replica identifier
|
| Constructor and Description |
|---|
StateBasedCRDT(CRDTsTypes type,
ReplicaID replicaID)
Creates an abstract state-based CRDT type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<ReplicaID,ValueTsPair<IntegerType>> |
StatePNCounter.decs |
protected ConcurrentMap<ReplicaID,ValueTsPair<IntegerType>> |
StatePNCounter.incs |
| Constructor and Description |
|---|
StatePNCounter(ReplicaID replicaID)
Creates a state-based counter by passing the replica identifier.
|
StatePNCounter(ReplicaID replicaID,
int initialValue)
Creates a delta-based counter by passing the replica identifier.
|
| Modifier and Type | Field and Description |
|---|---|
protected ReplicaID |
VVContext.replicaID |
| Modifier and Type | Field and Description |
|---|---|
ConcurrentMap<ReplicaID,Integer> |
VersionVector.entries |
static pt.unl.fct.di.novasys.network.ISerializer<ReplicaID> |
ReplicaID.serializer
Static serializer for a replica identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicaID |
Timestamp.getReplicaID()
Get the replica identifier
|
ReplicaID |
VVContext.getReplicaID() |
| Modifier and Type | Method and Description |
|---|---|
int |
ReplicaID.compareTo(ReplicaID o) |
Integer |
VersionVector.getEntry(ReplicaID replicaID)
Gets the entry (the counter) of a specific replica
|
Integer |
VVState.getVVEntry(ReplicaID otherReplicaID) |
Integer |
VVContext.getVVEntry(ReplicaID otherReplicaID) |
| Constructor and Description |
|---|
Timestamp(ReplicaID replicaID)
Creates a new timestamp with the counter as zero.
|
Timestamp(ReplicaID replicaID,
int counter)
Creates a new timestamp.
|
VVContext(ReplicaID replicaID)
Creates a simple replica state.
|
| Constructor and Description |
|---|
VersionVector(ConcurrentMap<ReplicaID,Integer> entries)
Creates a version vector with a given set of entries
|
| Modifier and Type | Method and Description |
|---|---|
ReplicaID |
GenericReplicaState.getReplicaID() |
Copyright © 2024. All rights reserved.