Search Results for

    Show / Hide Table of Contents

    Class ClientRetryReadPolicy

    Retry policy that returns true for all read-only operations that do not modify data.

    Inheritance
    object
    ClientRetryReadPolicy
    Implements
    IClientRetryPolicy
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Apache.Ignite.Core.Client
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public sealed class ClientRetryReadPolicy : IClientRetryPolicy

    Methods

    ShouldRetry(IClientRetryPolicyContext)

    Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.

    Declaration
    public bool ShouldRetry(IClientRetryPolicyContext context)
    Parameters
    Type Name Description
    IClientRetryPolicyContext context

    Operation context.

    Returns
    Type Description
    bool

    true if the operation should be retried on another connection, false otherwise.

    Implements

    IClientRetryPolicy
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation