IHSet<T> Interface
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Defines a concurrent, distributed, non-partitioned and listenable set
public interface IHSet<T> : IHCollection<T>, IDistributedObject, IAsyncDisposable, IAsyncEnumerable<T>
Inherited Members
Type Parameters
T |
Remarks
The Hazelcast IHSet
is not a partitioned data-structure. Entire contents
of an IHSet
is stored on a single machine (and in the backup). The IHSet
will not scale by adding more members to the cluster.