Search Results for

    Show / Hide Table of Contents

    Class LWWDictionaryKey<TKey, TValue>

    Typed key used to store LWWDictionary<TKey, TValue> replica inside current Akka.DistributedData.Replicator key-value store.

    Inheritance
    object
    Key<LWWDictionary<TKey, TValue>>
    LWWDictionaryKey<TKey, TValue>
    Implements
    IKey<LWWDictionary<TKey, TValue>>
    IKey
    IReplicatedDataSerialization
    Inherited Members
    Key<LWWDictionary<TKey, TValue>>.Id
    Key<LWWDictionary<TKey, TValue>>.Equals(IKey)
    Key<LWWDictionary<TKey, TValue>>.Equals(object)
    Key<LWWDictionary<TKey, TValue>>.GetHashCode()
    Key<LWWDictionary<TKey, TValue>>.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.DistributedData
    Assembly: Akka.DistributedData.dll
    Syntax
    [Serializable]
    public sealed class LWWDictionaryKey<TKey, TValue> : Key<LWWDictionary<TKey, TValue>>, IKey<LWWDictionary<TKey, TValue>>, IKey, IReplicatedDataSerialization
    Type Parameters
    Name Description
    TKey

    Type of a key used by corresponding LWWDictionary<TKey, TValue>.

    TValue

    Type of a value used by corresponding LWWDictionary<TKey, TValue>.

    Constructors

    | Edit this page View Source

    LWWDictionaryKey(string)

    Creates a new instance of a LWWDictionaryKey<TKey, TValue> with provided key identifier.

    Declaration
    public LWWDictionaryKey(string id)
    Parameters
    Type Name Description
    string id

    Identifier used to find corresponding LWWDictionary<TKey, TValue>.

    Properties

    | Edit this page View Source

    KeyType

    Declaration
    public Type KeyType { get; }
    Property Value
    Type Description
    Type
    | Edit this page View Source

    ValueType

    Declaration
    public Type ValueType { get; }
    Property Value
    Type Description
    Type

    Implements

    IKey<T>
    IKey
    IReplicatedDataSerialization

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET