C | |
| Crdt |
A collection of mutable and immutable CRDTs.
|
G | |
| GCounter [Crdt.Immutable] | |
| GCounter [Crdt.Mutable] | |
| GSet [Crdt.Immutable] | |
| GSet [Crdt.Mutable] | |
I | |
| I_GCounter |
Increment-only counters.
|
| I_GSet |
Grow-Only sets.
|
| I_IntVector |
Vector Clocks.
|
| I_ORSet |
Observed-Remove set.
|
| I_PNCounter |
Increment / decrement counters.
|
| I_USet |
Add-once and remove-once set.
|
| Immutable [Crdt] |
A collection of immutable CRDTs
|
| Immutable_types |
This module contains all immutable CRDT types, as well as some type
properties that CRDT state must satisfy.
|
| IntVector [Crdt.Immutable] | |
| IntVector [Crdt.Mutable] | |
M | |
| M_GCounter |
Increment-only counters.
|
| M_GSet |
Grow-Only sets.
|
| M_IntVector |
Vector Clocks.
|
| M_ORSet |
Observed-Remove set.
|
| M_PNCounter |
Increment / decrement counters.
|
| M_USet |
Add-once and remove-once set.
|
| Make [I_USet] |
Creates an add / remove set of elements satisfying
Immutable_types.Comparable
|
| Make [I_ORSet] |
Creates an add / remove set of elements satisfying
Immutable_types.Comparable
|
| Make [I_GSet] |
Creates an grow-only set of elements satisfying
Immutable_types.Comparable
|
| Make [M_USet] |
Creates an add / remove set of elements satisfying
Mutable_types.Comparable
|
| Make [M_ORSet] |
Creates an add / remove set of elements satisfying
Mutable_types.Comparable
|
| Make [M_GSet] |
Creates an grow-only set of elements satisfying
Mutable_types.Comparable
|
| Mutable [Crdt] |
A collection of mutable CRDTs
|
| Mutable_types |
This module contains all mutable CRDT types, as well as some type
properties that CRDT state must satisfy.
|
O | |
| ORSet [Crdt.Immutable] | |
| ORSet [Crdt.Mutable] | |
P | |
| PNCounter [Crdt.Immutable] | |
| PNCounter [Crdt.Mutable] | |
U | |
| USet [Crdt.Immutable] | |
| USet [Crdt.Mutable] |