Search Results for

    Show / Hide Table of Contents

    Namespace Apache.Ignite.Core.Client.DataStructures

    Classes

    AtomicClientConfiguration

    Configuration for atomic data structures. See IAtomicLongClient.

    CollectionClientConfiguration

    Configuration for Ignite collections.

    Interfaces

    IAtomicLongClient

    Represents a distributed atomic long value.

    Use GetAtomicLong(String, Int64, Boolean) to get or create an instance.

    IIgniteSetClient<T>

    Distributed set: stores items on one or more Ignite cluster nodes.

    Implements most of the methods from . The following methods are NOT supported: , , , .

    Set items can be placed on single node (when Colocated is true) or distributed across grid nodes.

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