| Akka.DistributedData.Local Namespace |
| Class | Description | |
|---|---|---|
| ClusterReplicatedDataExtensions |
Extensions methods container to ease building CRDTs scoped to local cluster.
|
| Structure | Description | |
|---|---|---|
| LocalGCounter |
A wrapper around GCounter instance, that binds it's operations to a current cluster node.
| |
| LocalLWWDictionaryTKey, TVal |
A wrapper around LWWDictionaryTKey, TValue that works in the context of the current cluster node.
| |
| LocalLWWRegisterT |
A wrapper around LWWRegisterT that will work in the context of the current cluster node.
| |
| LocalORDictionaryTKey, TVal |
A wrapper around ORDictionaryTKey, TValue that works in context of the current cluster.
| |
| LocalORMultiDictionaryTKey, TVal |
A wrapper around ORMultiDictionaryTKey, TValue that works in context of the current cluster.
| |
| LocalORSetT |
A wrapper around ORSetT instance, that binds it's operations to a current cluster node.
| |
| LocalPNCounter |
A wrapper around PNCounter instance, that binds it's operations to a current cluster node.
| |
| LocalPNCounterDictionaryTKey |
Wrapper around PNCounterDictionaryTKey that provides
execution context of the current cluster node.
|