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, long, bool) 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 ISet<T>. The following methods are NOT supported: IsSubsetOf(IEnumerable<T>), IsProperSubsetOf(IEnumerable<T>), Overlaps(IEnumerable<T>), SymmetricExceptWith(IEnumerable<T>). Set items can be placed on single node (when Colocated is true) or distributed across grid nodes.