Search Results for

    Show / Hide Table of Contents

    Class SnapshotsCatalogConnectorConfiguration

    Snapshots catalog connector configuration.

    Inheritance
    System.Object
    SnapshotsCatalogConnectorConfiguration
    Namespace: GridGain.Core.PersistentStore
    Assembly: GridGain.Core.dll
    Syntax
    public class SnapshotsCatalogConnectorConfiguration : object

    Constructors

    SnapshotsCatalogConnectorConfiguration()

    Initializes a new instance of the SnapshotsCatalogConnectorConfiguration class.

    Declaration
    public SnapshotsCatalogConnectorConfiguration()

    Fields

    DefaultBatchSize

    Default value of the BatchSize property.

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

    DefaultFlushFrequency

    Default value of the FlushFrequency property.

    Declaration
    public static readonly TimeSpan DefaultFlushFrequency
    Field Value
    Type Description
    TimeSpan

    DefaultPort

    Default value of the Port property.

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

    DefaultRetries

    Default value of the Retries property.

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

    DefaultServerUri

    Default value of the ServerUri property.

    Declaration
    public const string DefaultServerUri = null
    Field Value
    Type Description
    System.String

    Properties

    BatchSize

    Gets or sets the size of the message batch to send as a single request.

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

    FlushFrequency

    Gets or sets the snapshot message flush frequency.

    Declaration
    public TimeSpan FlushFrequency { get; set; }
    Property Value
    Type Description
    TimeSpan

    Port

    Gets or sets the snapshots catalog server port.

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

    Retries

    Gets or sets the number of retries during snapshot catalog message sending.

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

    ServerUri

    Gets or sets the catalog server URI.

    Declaration
    public string ServerUri { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top © 2022 GridGain Systems, Inc. and Contributors