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
Set items can be placed on single node (when Colocated is true) or distributed across grid nodes.