Click or drag to resize
Akka.NETClusterReplicatedDataExtensions Class
Extensions methods container to ease building CRDTs scoped to local cluster.
Inheritance Hierarchy
SystemObject
  Akka.DistributedData.LocalClusterReplicatedDataExtensions

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class ClusterReplicatedDataExtensions

The ClusterReplicatedDataExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGCounter(Cluster)
Creates a new instance of GCounter, that works within the scope of the current cluster.
Public methodStatic memberGCounter(Cluster, GCounter)
Creates an instance of GCounter scoped to a current cluster.
Public methodStatic memberLWWDictionaryTKey, TVal(Cluster)
Creates a new instance of an LWWDictionary scoped to a current cluster.
Public methodStatic memberLWWDictionaryTKey, TVal(Cluster, LWWDictionaryTKey, TVal)
Creates an instance of an LWWDictionary scoped to a current cluster.
Public methodStatic memberLWWRegisterTVal
Creates an instance of an LWWRegister scoped to a current cluster.
Public methodStatic memberORDictionaryTKey, TVal(Cluster)
Creates a new instance of an ORDictionary scoped to a current cluster.
Public methodStatic memberORDictionaryTKey, TVal(Cluster, ORDictionaryTKey, TVal)
Creates an instance of an ORDictionary scoped to a current cluster.
Public methodStatic memberORMultiDictionaryTKey, TVal(Cluster)
Creates a new instance of an ORMultiDictionary scoped to a current cluster.
Public methodStatic memberORMultiDictionaryTKey, TVal(Cluster, ORMultiDictionaryTKey, TVal)
Creates an instance of an ORMultiDictionary scoped to a current cluster.
Public methodStatic memberORSetT(Cluster)
Public methodStatic memberORSetT(Cluster, ORSetT)
Creates an instance of an ORSet scoped to a current cluster.
Public methodStatic memberPNCounter(Cluster)
Creates a new instance of PNCounter, that works within the scope of the current cluster.
Public methodStatic memberPNCounter(Cluster, PNCounter)
Creates an instance of PNCounter scoped to a current cluster.
Public methodStatic memberPNCounterDictionaryTKey(Cluster)
Creates a new instance of an PNCounterDictionary scoped to a current cluster.
Public methodStatic memberPNCounterDictionaryTKey(Cluster, PNCounterDictionaryTKey)
Creates an instance of an PNCounterDictionary scoped to a current cluster.
Top
See Also