Click or drag to resize
Akka.NETLWWDictionaryTKey, TValue Methods

The LWWDictionaryTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodContainsKey
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(LWWDictionaryTKey, TValue)
TBD
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
TBD
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMerge(IReplicatedData)
TBD
Public methodMerge(LWWDictionaryTKey, TValue)
TBD
Public methodNeedPruningFrom
TBD
Public methodPrune
TBD
Public methodPruningCleanup
TBD
Public methodRemove(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.
Public methodRemove(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.
Public methodSetItem(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.
Public methodSetItem(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.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodTryGetValue
Tries to return a value under provided key is such value exists.
Top
Extension Methods
  NameDescription
Public Extension MethodAsInstanceOfT
TBD
(Defined by Extensions.)
Public Extension MethodConcatKeyValuePairTKey, TValue
TBD
(Defined by Extensions.)
Public Extension MethodDropKeyValuePairTKey, TValue
Scala alias for Skip
(Defined by Extensions.)
Public Extension MethodForEachKeyValuePairTKey, TValue
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.)
Public Extension MethodGroupedKeyValuePairTKey, TValue
Partitions elements in fixed size Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.)
Public Extension MethodHeadKeyValuePairTKey, TValue
Scala alias for FirstOrDefault
(Defined by Extensions.)
Public Extension MethodIteratorKeyValuePairTKey, TValue
TBD
(Defined by EnumeratorExtensions.)
Public Extension MethodMatchOverloaded.
Matches the specified target.
(Defined by PatternMatch.)
Public Extension MethodMatchTOverloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.)
Public Extension MethodShouldBeKeyValuePairTKey, TValue
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodShouldOnlyContainInOrderKeyValuePairTKey, TValue
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodTakeRightKeyValuePairTKey, TValue
Selects last n elements.
(Defined by Extensions.)
Top
See Also