Search Results for

    Show / Hide Table of Contents

    Class ThinClientConfiguration

    Server-side thin client specific configuration.

    Inheritance
    System.Object
    ThinClientConfiguration
    Namespace: Apache.Ignite.Core.Configuration
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class ThinClientConfiguration : object

    Constructors

    ThinClientConfiguration()

    Initializes a new instance of the ThinClientConfiguration class.

    Declaration
    public ThinClientConfiguration()

    Fields

    DefaultMaxActiveComputeTasksPerConnection

    Default limit of active compute tasks per connection.

    Declaration
    public const int DefaultMaxActiveComputeTasksPerConnection = null
    Field Value
    Type Description
    System.Int32

    DefaultMaxActiveTxPerConnection

    Default limit of active transactions count per connection.

    Declaration
    public const int DefaultMaxActiveTxPerConnection = null
    Field Value
    Type Description
    System.Int32

    DefaultSendServerExceptionStackTraceToClient

    Default value for SendServerExceptionStackTraceToClient property.

    Declaration
    public const bool DefaultSendServerExceptionStackTraceToClient = null
    Field Value
    Type Description
    System.Boolean

    Properties

    MaxActiveComputeTasksPerConnection

    Gets or sets active compute tasks per connection limit. Value 0 means that compute grid functionality is disabled for thin clients.

    Declaration
    public int MaxActiveComputeTasksPerConnection { get; set; }
    Property Value
    Type Description
    System.Int32

    MaxActiveTxPerConnection

    Gets or sets active transactions count per connection limit.

    Declaration
    public int MaxActiveTxPerConnection { get; set; }
    Property Value
    Type Description
    System.Int32

    SendServerExceptionStackTraceToClient

    Gets or sets a value indicating whether server exception stack trace should be included in client exception details, or just the message.

    Default is false.

    Declaration
    public bool SendServerExceptionStackTraceToClient { get; set; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation