Click or drag to resize
Akka.NETLocalPNCounterDictionaryTKey Structure

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public struct LocalPNCounterDictionary<TKey> : ISurrogated, 
	IEnumerable<KeyValuePair<TKey, BigInteger>>, IEnumerable

Type Parameters

TKey
TBD

The LocalPNCounterDictionaryTKey type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Returns number of elements inside the underlying PNCounterDictionary.
Public propertyEntries
Returns collection of the elements inside the underlying PNCounterDictionary.
Public propertyIsEmpty
Determines if underlying PNCounterDictionary is empty.
Public propertyItem
Gets or sets provided key-value of the underlying PNCounterDictionary within scope of the current cluster node.
Public propertyKeys
Returns all keys stored within underlying PNCounterDictionary.
Public propertyValues
Returns all values stored in all buckets within underlying PNCounterDictionary.
Top
Methods
  NameDescription
Public methodContainsKey
Gets value determining, if underlying PNCounterDictionary contains specified key.
Public methodDecrement
Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
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
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncrement
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
Public methodRemove
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 the fully qualified type name of this instance.
(Inherited from ValueType.)
Public methodToSurrogate
TBD
Public methodTryGetValue
Tries to retrieve element stored under provided key in the underlying PNCounterDictionary, returning true if such value existed.
Top
Operators
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