| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<CRDTTypeKeyPair,DeltaCausalCRDT>> |
DeltaORMap.deepIterator(String composedKey) |
Iterator<Map.Entry<CRDTTypeKeyPair,DeltaCausalCRDT>> |
DeltaORMap.iterator() |
| Modifier and Type | Method and Description |
|---|---|
DeltaCausalCRDT |
DeltaORMap.deepGet(CRDTTypeKeyPair key) |
DeltaCausalCRDT |
DeltaORMap.deepPut(CRDTTypeKeyPair key,
DeltaCausalCRDT crdt) |
DeltaCausalCRDT |
DeltaORMap.get(CRDTTypeKeyPair key) |
DeltaORMap |
DeltaORMap.put(CRDTTypeKeyPair key,
DeltaCausalCRDT crdt) |
DeltaORMap |
DeltaORMap.remove(CRDTTypeKeyPair key) |
| Constructor and Description |
|---|
DeltaORMap(CausalContext state,
Map.Entry<CRDTTypeKeyPair,DeltaCausalCRDT> pair) |
DeltaORMap(ReplicaID replicaID,
Map.Entry<CRDTTypeKeyPair,DeltaCausalCRDT> pair) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<CRDTTypeKeyPair,GenericCRDT>> |
DeltaCRDTLWWMap.iterator()
Returns an iterator of the CRDTs in the map.
|
Iterator<Map.Entry<CRDTTypeKeyPair,GenericCRDT>> |
DeltaLWWCRDTMap.iterator() |
| Modifier and Type | Method and Description |
|---|---|
GenericCRDT |
DeltaCRDTLWWMap.get(CRDTTypeKeyPair key)
Gets the CRDT associated with the given key.
|
GenericCRDT |
DeltaLWWCRDTMap.get(CRDTTypeKeyPair key) |
DeltaCRDTLWWMap |
DeltaCRDTLWWMap.put(CRDTTypeKeyPair key,
GenericCRDT crdt)
Puts a CRDT into the map, with a given key.
|
DeltaLWWCRDTMap |
DeltaLWWCRDTMap.put(CRDTTypeKeyPair key,
GenericCRDT crdt) |
| Modifier and Type | Field and Description |
|---|---|
static pt.unl.fct.di.novasys.network.ISerializer<CRDTTypeKeyPair> |
CRDTTypeKeyPair.serializer
Static method to serialize (and deserialize) and arbitrary CRDType object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CRDTTypeKeyPair.compareTo(CRDTTypeKeyPair o) |
Copyright © 2024. All rights reserved.