Search Results for

    Show / Hide Table of Contents

    Class CollectionClientConfiguration

    Configuration for Ignite collections.

    Inheritance
    System.Object
    CollectionClientConfiguration
    Namespace: Apache.Ignite.Core.Client.DataStructures
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public sealed class CollectionClientConfiguration : object

    Fields

    DefaultAtomicityMode

    Default value for AtomicityMode.

    Declaration
    public const CacheAtomicityMode DefaultAtomicityMode = CacheAtomicityMode.Atomic
    Field Value
    Type Description
    CacheAtomicityMode

    DefaultCacheMode

    Default value for CacheMode.

    Declaration
    public const CacheMode DefaultCacheMode = default(CacheMode)
    Field Value
    Type Description
    CacheMode

    Properties

    AtomicityMode

    Gets or sets the cache mode for the underlying cache.

    Declaration
    public CacheAtomicityMode AtomicityMode { get; set; }
    Property Value
    Type Description
    CacheAtomicityMode

    Backups

    Gets or sets the number of backup nodes for the underlying cache.

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

    CacheMode

    Gets or sets the cache mode for the underlying cache.

    Declaration
    public CacheMode CacheMode { get; set; }
    Property Value
    Type Description
    CacheMode

    Colocated

    Gets or sets a value indicating whether all set items should be stored on a single node.

    Declaration
    public bool Colocated { get; set; }
    Property Value
    Type Description
    System.Boolean

    GroupName

    Gets or sets the cache group name.

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