Click or drag to resize
Akka.NETLocalORDictionary<TKey, TVal> Structure

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public struct LocalORDictionary<TKey, TVal> : ISurrogated, 
	IEnumerable<KeyValuePair<TKey, TVal>>, IEnumerable
where TVal : IReplicatedData

Type Parameters

TKey
TBD
TVal
TBD

The LocalORDictionary< TKey, TVal> type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Returns number of elements inside the current set.
Public propertyEntries
Returns collection of the elements inside the current set.
Public propertyIsEmpty
Determines if underlying ORDictionary is empty.
Public propertyItem
Gets or sets provided key-value of the underlying ORDictionary within scope of the current cluster node.
Top
Methods
  NameDescription
Public methodAddOrUpdate
Adds or updated a value in entry with given key using modify function if other value existed there previously, within a context of the current cluster node.
Public methodContainsKey
Gets value determining, if underlying ORDictionary contains specified key.
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMerge
Public methodRemove
Removes an entry from underlying ORDictionary in the context of the current cluster node, given a key.
Public methodSetItem
Stored provided value in entry with given key inside the underlying ORDictionary in scope of the current node, and returning new local dictionary in result.
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 ORDictionary, returning true if such value existed.
Top
Operators
Extension Methods
  NameDescription
Public Extension MethodAsInstanceOf<T>
TBD
(Defined by Extensions.)
Public Extension MethodConcat<KeyValuePair<TKey, TVal>>
TBD
(Defined by Extensions.)
Public Extension MethodDrop<KeyValuePair<TKey, TVal>>
Scala alias for Skip
(Defined by Extensions.)
Public Extension MethodForEach<KeyValuePair<TKey, TVal>>
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.)
Public Extension MethodGrouped<KeyValuePair<TKey, TVal>>
Partitions elements in fixed size Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.)
Public Extension MethodHead<KeyValuePair<TKey, TVal>>
Scala alias for FirstOrDefault
(Defined by Extensions.)
Public Extension MethodIterator<KeyValuePair<TKey, TVal>>
TBD
(Defined by EnumeratorExtensions.)
Public Extension MethodMatch()Overloaded.
Matches the specified target.
(Defined by PatternMatch.)
Public Extension MethodMatch<T>()Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.)
Public Extension MethodShouldBe<KeyValuePair<TKey, TVal>>
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodShouldOnlyContainInOrder<KeyValuePair<TKey, TVal>>
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodTakeRight<KeyValuePair<TKey, TVal>>
Selects last n elements.
(Defined by Extensions.)
Top
See Also