LocalORDictionaryTKey, TVal Structure |
Namespace: Akka.DistributedData.Local
public struct LocalORDictionary<TKey, TVal> : ISurrogated, IEnumerable<KeyValuePair<TKey, TVal>>, IEnumerable where TVal : IReplicatedData
The LocalORDictionaryTKey, TVal type exposes the following members.
Name | Description | |
---|---|---|
LocalORDictionaryTKey, TVal |
TBD
|
Name | Description | |
---|---|---|
Count |
Returns number of elements inside the current set.
| |
Entries |
Returns collection of the elements inside the current set.
| |
IsEmpty |
Determines if underlying ORDictionary is empty.
| |
Item |
Gets or sets provided key-value of the underlying ORDictionary within scope of the current cluster node.
|
Name | Description | |
---|---|---|
AddOrUpdate |
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.
| |
ContainsKey |
Gets value determining, if underlying ORDictionary contains specified key.
| |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
TBD
| |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Merge |
Merges data from provided ORDictionaryTKey, TValue into current CRDT,
creating new immutable instance in a result.
| |
Remove |
Removes an entry from underlying ORDictionary in the context of the current cluster node, given a key.
| |
SetItem |
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.
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
ToSurrogate |
TBD
| |
TryGetValue |
Tries to retrieve element stored under provided key in the underlying ORDictionary,
returning true if such value existed.
|
Name | Description | |
---|---|---|
(LocalORDictionaryTKey, TVal to ORDictionaryTKey, TVal) |
Performs an implicit conversion from LocalORDictionaryTKey, TVal to ORDictionaryTKey, TValue.
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
ConcatKeyValuePairTKey, TVal |
TBD
(Defined by Extensions.) | |
DropKeyValuePairTKey, TVal |
Scala alias for Skip
(Defined by Extensions.) | |
ForEachKeyValuePairTKey, TVal |
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.) | |
GroupedKeyValuePairTKey, TVal |
Partitions elements in fixed size
Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.) | |
HeadKeyValuePairTKey, TVal |
Scala alias for FirstOrDefault
(Defined by Extensions.) | |
IteratorKeyValuePairTKey, TVal |
TBD
(Defined by EnumeratorExtensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) | |
ShouldBeKeyValuePairTKey, TVal |
TBD
(Defined by AkkaSpecExtensions.) | |
ShouldOnlyContainInOrderKeyValuePairTKey, TVal |
TBD
(Defined by AkkaSpecExtensions.) | |
TakeRightKeyValuePairTKey, TVal |
Selects last n elements.
(Defined by Extensions.) |