Search Results for

    Show / Hide Table of Contents

    Class GetFailure

    The Get<T>(IKey<T>) request could not be fulfill according to the given IReadConsistency level and Timeout timeout.

    Inheritance
    object
    GetFailure
    Implements
    IGetResponse
    INoSerializationVerificationNeeded
    IEquatable<GetFailure>
    IReplicatorMessage
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.DistributedData
    Assembly: Akka.DistributedData.dll
    Syntax
    [Serializable]
    public sealed class GetFailure : IGetResponse, INoSerializationVerificationNeeded, IEquatable<GetFailure>, IReplicatorMessage

    Constructors

    | Edit this page View Source

    GetFailure(IKey, object)

    Declaration
    public GetFailure(IKey key, object request)
    Parameters
    Type Name Description
    IKey key
    object request

    Properties

    | Edit this page View Source

    IsFailure

    True if a failure happened during request fulfillment. False if returned successfully or value not found for the key.

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

    IsFound

    False if value for request was not found. True otherwise.

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

    IsSuccessful

    True if value for request was successfully returned. False if value was either not found or ended with failure.

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

    Key

    Initial key send by Get<T>(IKey<T>) request.

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

    Request

    Optional object used for request/response correlation.

    Declaration
    public object Request { get; }
    Property Value
    Type Description
    object

    Methods

    | Edit this page View Source

    Equals(GetFailure)

    Declaration
    public bool Equals(GetFailure other)
    Parameters
    Type Name Description
    GetFailure other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    Get<T>(IKey<T>)

    Tries to return a result of the request, given a replicated collection key used when sending a Akka.DistributedData.Replicator request.

    Declaration
    public T Get<T>(IKey<T> key) where T : IReplicatedData
    Parameters
    Type Name Description
    IKey<T> key

    Key send originally with a Akka.DistributedData.Replicator request.

    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    Replicated data.

    Exceptions
    Type Condition
    KeyNotFoundException

    Thrown when no value for provided key was found.

    TimeoutException

    Thrown when response with given consistency didn't arrive within specified timeout.

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IGetResponse
    INoSerializationVerificationNeeded
    IEquatable<T>
    IReplicatorMessage

    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