ClusterReplicatedDataExtensions Class |
Namespace: Akka.DistributedData.Local
The ClusterReplicatedDataExtensions type exposes the following members.
Name | Description | |
---|---|---|
GCounter(Cluster) |
Creates a new instance of GCounter, that works within the scope of the current cluster.
| |
GCounter(Cluster, GCounter) |
Creates an instance of GCounter scoped to a current cluster.
| |
LWWDictionaryTKey, TVal(Cluster) |
Creates a new instance of an LWWDictionary scoped to a current cluster.
| |
LWWDictionaryTKey, TVal(Cluster, LWWDictionaryTKey, TVal) |
Creates an instance of an LWWDictionary scoped to a current cluster.
| |
LWWRegisterTVal |
Creates an instance of an LWWRegister scoped to a current cluster.
| |
ORDictionaryTKey, TVal(Cluster) |
Creates a new instance of an ORDictionary scoped to a current cluster.
| |
ORDictionaryTKey, TVal(Cluster, ORDictionaryTKey, TVal) |
Creates an instance of an ORDictionary scoped to a current cluster.
| |
ORMultiDictionaryTKey, TVal(Cluster) |
Creates a new instance of an ORMultiDictionary scoped to a current cluster.
| |
ORMultiDictionaryTKey, TVal(Cluster, ORMultiDictionaryTKey, TVal) |
Creates an instance of an ORMultiDictionary scoped to a current cluster.
| |
ORSetT(Cluster) |
Creates a new instance of LocalORSetT, that works within the scope of the current cluster.
| |
ORSetT(Cluster, ORSetT) |
Creates an instance of an ORSet scoped to a current cluster.
| |
PNCounter(Cluster) |
Creates a new instance of PNCounter, that works within the scope of the current cluster.
| |
PNCounter(Cluster, PNCounter) |
Creates an instance of PNCounter scoped to a current cluster.
| |
PNCounterDictionaryTKey(Cluster) |
Creates a new instance of an PNCounterDictionary scoped to a current cluster.
| |
PNCounterDictionaryTKey(Cluster, PNCounterDictionaryTKey) |
Creates an instance of an PNCounterDictionary scoped to a current cluster.
|