Click or drag to resize
Akka.NETClusterReplicatedDataExtensions Methods

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 memberLWWDictionary<TKey, TVal>(Cluster)
Creates a new instance of an LWWDictionary scoped to a current cluster.
Public methodStatic memberLWWDictionary<TKey, TVal>(Cluster, LWWDictionary<TKey, TVal>)
Creates an instance of an LWWDictionary scoped to a current cluster.
Public methodStatic memberLWWRegister<TVal>
Creates an instance of an LWWRegister scoped to a current cluster.
Public methodStatic memberORDictionary<TKey, TVal>(Cluster)
Creates a new instance of an ORDictionary scoped to a current cluster.
Public methodStatic memberORDictionary<TKey, TVal>(Cluster, ORDictionary<TKey, TVal>)
Creates an instance of an ORDictionary scoped to a current cluster.
Public methodStatic memberORMultiDictionary<TKey, TVal>(Cluster)
Creates a new instance of an ORMultiDictionary scoped to a current cluster.
Public methodStatic memberORMultiDictionary<TKey, TVal>(Cluster, ORMultiDictionary<TKey, TVal>)
Creates an instance of an ORMultiDictionary scoped to a current cluster.
Public methodStatic memberORSet<T>(Cluster)
Public methodStatic memberORSet<T>(Cluster, ORSet<T>)
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 memberPNCounterDictionary<TKey>(Cluster)
Creates a new instance of an PNCounterDictionary scoped to a current cluster.
Public methodStatic memberPNCounterDictionary<TKey>(Cluster, PNCounterDictionary<TKey>)
Creates an instance of an PNCounterDictionary scoped to a current cluster.
Top
See Also