.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    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
    IHCollection<T>.AddAsync(T)
    IHCollection<T>.AddAll<TItem>(ICollection<TItem>)
    IHCollection<T>.GetAllAsync()
    IHCollection<T>.GetSizeAsync()
    IHCollection<T>.IsEmptyAsync()
    IHCollection<T>.ContainsAllAsync<TItem>(ICollection<TItem>)
    IHCollection<T>.ContainsAsync(T)
    IHCollection<T>.RemoveAsync(T)
    IHCollection<T>.RemoveAllAsync<TItem>(ICollection<TItem>)
    IHCollection<T>.RetainAllAsync<TItem>(ICollection<TItem>)
    IHCollection<T>.ClearAsync()
    IHCollection<T>.SubscribeAsync(Action<CollectionItemEventHandlers<T>>, Boolean, Object)
    IHCollection<T>.UnsubscribeAsync(Guid)
    IDistributedObject.ServiceName
    IDistributedObject.Name
    IDistributedObject.PartitionKey
    IDistributedObject.DestroyAsync()
    IAsyncDisposable.DisposeAsync()
    IAsyncEnumerable<T>.GetAsyncEnumerator(CancellationToken)
    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.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.