Click or drag to resize
Akka.NETPNCounterDictionaryTKey Methods

The PNCounterDictionaryTKey generic type exposes the following members.

Methods
  NameDescription
Public methodContainsKey
Public methodDecrement(Cluster, TKey, Int64)
Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.
Public methodDecrement(UniqueAddress, TKey, Int64)
Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(PNCounterDictionaryTKey)
Indicates whether the current object is equal to another object of the same type.
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
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncrement(Cluster, TKey, Int64)
Increment the counter with the delta specified. If the delta is negative then it will decrement instead of increment.
Public methodIncrement(UniqueAddress, TKey, Int64)
Increment the counter with the delta specified. If the delta is negative then it will decrement instead of increment.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMerge(IReplicatedData)
Public methodMerge(PNCounterDictionaryTKey)
Public methodNeedPruningFrom
Public methodPrune
Public methodPruningCleanup
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 methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodTryGetValue
Tries to return a value under provided key, if such entry exists.
Top
Extension Methods
  NameDescription
Public Extension MethodAsInstanceOfT
TBD
(Defined by Extensions.)
Public Extension MethodConcatKeyValuePairTKey, BigInteger
TBD
(Defined by Extensions.)
Public Extension MethodDropKeyValuePairTKey, BigInteger
Scala alias for Skip
(Defined by Extensions.)
Public Extension MethodForEachKeyValuePairTKey, BigInteger
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.)
Public Extension MethodGroupedKeyValuePairTKey, BigInteger
Partitions elements in fixed size Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.)
Public Extension MethodHeadKeyValuePairTKey, BigInteger
Scala alias for FirstOrDefault
(Defined by Extensions.)
Public Extension MethodIteratorKeyValuePairTKey, BigInteger
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, BigInteger
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodShouldOnlyContainInOrderKeyValuePairTKey, BigInteger
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodTakeRightKeyValuePairTKey, BigInteger
Selects last n elements.
(Defined by Extensions.)
Top
See Also