| LocalORMultiDictionaryTKey, TVal Structure |
Namespace: Akka.DistributedData.Local
public struct LocalORMultiDictionary<TKey, TVal> : ISurrogated, IEnumerable<KeyValuePair<TKey, IImmutableSet<TVal>>>, IEnumerable
The LocalORMultiDictionaryTKey, TVal type exposes the following members.
| Name | Description | |
|---|---|---|
| LocalORMultiDictionaryTKey, TVal |
TBD
|
| Name | Description | |
|---|---|---|
| Count |
Returns number of elements inside the underlying ORMultiDictionary.
| |
| Entries |
Returns collection of the elements inside the underlying ORMultiDictionary.
| |
| IsEmpty |
Determines if underlying ORMultiDictionary is empty.
| |
| Item |
Gets or sets provided key-value of the underlying ORMultiDictionary within scope of the current cluster node.
| |
| Keys |
Returns all keys stored within underlying ORMultiDictionary.
| |
| Values |
Returns all values stored in all buckets within underlying ORMultiDictionary.
|
| Name | Description | |
|---|---|---|
| AddItem |
Adds provided value into a bucket under provided key
within the context of the current cluster.
| |
| ContainsKey |
Gets value determining, if underlying ORMultiDictionary contains specified key.
| |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
TBD
| |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Merge |
Merges data from provided ORMultiDictionaryTKey, TValue into current CRDT,
creating new immutable instance in a result.
| |
| Remove |
Removes a bucket from underlying ORMultiDictionary in the context of the current cluster node, given a key.
| |
| RemoveItem |
Removes provided value from a bucket under provided key
within the context of the current cluster.
| |
| ReplaceItem |
Replaces provided oldValue with newValue inside
a bucket under provided key within the context of the current cluster.
| |
| SetItems |
Stored provided value in entry with given key inside the
underlying ORMultiDictionary in scope of the current node, and returning new local dictionary in result.
| |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
| ToSurrogate |
TBD
| |
| TryGetValue |
Tries to retrieve element stored under provided key in the underlying ORMultiDictionary,
returning true if such value existed.
|
| Name | Description | |
|---|---|---|
| (LocalORMultiDictionaryTKey, TVal to ORMultiDictionaryTKey, TVal) |
TBD
|