LocalORMultiDictionaryTKey, TVal Methods |
The LocalORMultiDictionaryTKey, TVal generic type exposes the following members.
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.
|