Search Results for

    Show / Hide Table of Contents

    Class CollectionClientConfiguration

    Configuration for Ignite collections.

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

    Fields

    DefaultAtomicityMode

    Default value for AtomicityMode.

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

    DefaultCacheMode

    Default value for CacheMode.

    Declaration
    public const CacheMode DefaultCacheMode = Partitioned
    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
    int

    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
    bool

    GroupName

    Gets or sets the cache group name.

    Declaration
    public string GroupName { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation