LWWDictionaryTKey, TValue Methods |
The LWWDictionaryTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
ContainsKey |
Determines current LWWDictionaryTKey, TValue contains entry with provided key.
| |
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Equals(LWWDictionaryTKey, TValue) |
TBD
| |
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 | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Merge(IReplicatedData) |
TBD
| |
Merge(LWWDictionaryTKey, TValue) |
TBD
| |
NeedPruningFrom |
TBD
| |
Prune |
TBD
| |
PruningCleanup |
TBD
| |
Remove(Cluster, TKey) |
Removes an entry from the map.
Note that if there is a conflicting update on another node the entry will
not be removed after merge.
| |
Remove(UniqueAddress, TKey) |
Removes an entry from the map.
Note that if there is a conflicting update on another node the entry will
not be removed after merge.
| |
SetItem(Cluster, TKey, TValue, ClockTValue) |
Adds an entry to the map.
You can provide your clock implementation instead of using timestamps based
on DateTime.UtcNow.Ticks time. The timestamp can for example be an
increasing version number from a database record that is used for optimistic
concurrency control.
| |
SetItem(UniqueAddress, TKey, TValue, ClockTValue) |
Adds an entry to the map.
You can provide your clock implementation instead of using timestamps based
on DateTime.UtcNow.Ticks time. The timestamp can for example be an
increasing version number from a database record that is used for optimistic
concurrency control.
| |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
TryGetValue |
Tries to return a value under provided key is such value exists.
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
ConcatKeyValuePairTKey, TValue |
TBD
(Defined by Extensions.) | |
DropKeyValuePairTKey, TValue |
Scala alias for Skip
(Defined by Extensions.) | |
ForEachKeyValuePairTKey, TValue |
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.) | |
GroupedKeyValuePairTKey, TValue |
Partitions elements in fixed size
Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.) | |
HeadKeyValuePairTKey, TValue |
Scala alias for FirstOrDefault
(Defined by Extensions.) | |
IteratorKeyValuePairTKey, TValue |
TBD
(Defined by EnumeratorExtensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) | |
ShouldBeKeyValuePairTKey, TValue |
TBD
(Defined by AkkaSpecExtensions.) | |
ShouldOnlyContainInOrderKeyValuePairTKey, TValue |
TBD
(Defined by AkkaSpecExtensions.) | |
TakeRightKeyValuePairTKey, TValue |
Selects last n elements.
(Defined by Extensions.) |