Click or drag to resize
Akka.NETPNCounterDictionaryTKey Class
Inheritance Hierarchy
SystemObject
  Akka.DistributedDataPNCounterDictionaryTKey

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class PNCounterDictionary<TKey> : IReplicatedData<PNCounterDictionary<TKey>>, 
	IReplicatedData, IRemovedNodePruning<PNCounterDictionary<TKey>>, IReplicatedDataSerialization, IEquatable<PNCounterDictionary<TKey>>, 
	IEnumerable<KeyValuePair<TKey, BigInteger>>, IEnumerable

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:Akka.DistributedData.PNCounterDictionary`1"]

The PNCounterDictionaryTKey type exposes the following members.

Constructors
  NameDescription
Public methodPNCounterDictionaryTKey
Initializes a new instance of the PNCounterDictionaryTKey class
Top
Properties
  NameDescription
Public propertyCount
Returns number of entries stored within current PNCounterDictionaryTKey.
Public propertyEntries
Returns all entries stored within current PNCounterDictionaryTKey
Public propertyIsEmpty
Determines if current PNCounterDictionaryTKey is empty.
Public propertyItem
Returns a counter value stored within current PNCounterDictionaryTKey under provided key
Public propertyKeys
Returns all keys of the current PNCounterDictionaryTKey.
Public propertyValues
Returns all values stored within current PNCounterDictionaryTKey.
Top
Methods
  NameDescription
Public methodContainsKey
Determines if current PNCounterDictionaryTKey has a counter registered under provided key.
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
Fields
  NameDescription
Public fieldStatic memberEmpty
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