| Modifier and Type | Method and Description |
|---|---|
Set<SerializableType> |
DeltaMVRegister.get() |
Iterator<SerializableType> |
DeltaAWORSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
DeltaAWORSet |
DeltaAWORSet.add(SerializableType element) |
DeltaMVRegister |
DeltaMVRegister.assign(SerializableType element) |
boolean |
DeltaMVRegister.contains(SerializableType element) |
boolean |
DeltaAWORSet.lookup(SerializableType element) |
DeltaAWORSet |
DeltaAWORSet.remove(SerializableType element) |
| Constructor and Description |
|---|
DeltaAWORSet(CausalContext state,
SerializableType initialValue) |
DeltaAWORSet(ReplicaID replicaID,
SerializableType initialValue) |
DeltaMVRegister(CausalContext state,
SerializableType initialValue) |
DeltaMVRegister(ReplicaID replicaID,
SerializableType initialValue) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Timestamp,SerializableType> |
CausalKernel.dotStore |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<Timestamp,SerializableType>> |
CausalKernel.getDotStore() |
Iterator<SerializableType> |
CausalKernel.getValues() |
| Modifier and Type | Method and Description |
|---|---|
CausalKernel |
CausalKernel.add(ReplicaID replicaID,
SerializableType value) |
Timestamp |
CausalKernel.addDot(ReplicaID replicaID,
SerializableType value) |
CausalKernel |
CausalKernel.removeWithValue(SerializableType valueRem) |
| Modifier and Type | Method and Description |
|---|---|
SerializableType |
DeltaLWWMap.get(String key)
Gets the element associated with the given key.
|
SerializableType |
DeltaRGA.getAt(int index)
Obtains the element at position index
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SerializableType> |
DeltaRGA.get()
An iterator with all the elements inside the array
|
Set<SerializableType> |
DeltaMVMap.get(String key)
Gets the set of elements associated with the given key.
|
Iterator<SerializableType> |
DeltaLWWSet.iterator()
Returns an iterator of the elements in the set.
|
Iterator<Map.Entry<String,SerializableType>> |
DeltaLWWMap.iterator()
Returns an iterator of the elements in the map.
|
Iterator<Map.Entry<String,Set<SerializableType>>> |
DeltaMVMap.iterator()
Returns an iterator of the elements in the map.
|
| Modifier and Type | Method and Description |
|---|---|
DeltaLWWSet |
DeltaLWWSet.add(SerializableType element)
Adds an element to the set.
|
DeltaRGA |
DeltaRGA.insertAt(int index,
SerializableType element)
Insert an element into position index
|
boolean |
DeltaLWWSet.lookup(SerializableType element)
Searches for the element passed as argument.
|
DeltaLWWMap |
DeltaLWWMap.put(String key,
SerializableType value)
Puts a value into the map, with a given key.
|
DeltaMVMap |
DeltaMVMap.put(String key,
SerializableType value)
Puts a value into the map, with a given key.
|
DeltaLWWSet |
DeltaLWWSet.remove(SerializableType element)
Removes an element of the set.
|
| Constructor and Description |
|---|
DeltaLWWMap(ReplicaID replicaID,
Map<String,SerializableType> initialValues)
Creates a delta last-writer-wins map with a given replicaID and a map of
initial values.
|
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.
|
DeltaLWWSet(ReplicaID replicaID,
Set<SerializableType> initialValues) |
DeltaLWWSet(VVState state,
Set<SerializableType> initialValues) |
DeltaRGA(ReplicaID replicaID,
List<SerializableType> initialValues)
Creates a delta RGA with a given replicaID and a list of initial values.
|
DeltaRGA(VVState state,
List<SerializableType> initialValues)
Creates a delta RGA with a given replica state and a list of initial values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanType |
class |
ByteArrayType |
class |
ByteType |
class |
DoubleType |
class |
FloatType |
class |
IntegerType |
class |
LongType |
class |
ShortType |
class |
StringType |
| Modifier and Type | Method and Description |
|---|---|
abstract SerializableType |
SerializableType.copy() |
static SerializableType |
SerializableType.deserializeDataType(DataTypes dataType,
io.netty.buffer.ByteBuf in)
A static method that deserializes a SerializableType by receiving it's concrete data type as an argument.
|
Copyright © 2024. All rights reserved.