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
    System.Object
    ClientRetryReadPolicy
    Implements
    IClientRetryPolicy
    Namespace: Apache.Ignite.Core.Client
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public sealed class ClientRetryReadPolicy : object, IClientRetryPolicy

    Methods

    ShouldRetry(IClientRetryPolicyContext)

    Declaration
    public bool ShouldRetry(IClientRetryPolicyContext context)
    Parameters
    Type Name Description
    IClientRetryPolicyContext context
    Returns
    Type Description
    System.Boolean

    Implements

    IClientRetryPolicy
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation