.NET Client Documentation
5.4.0
Search Results for

    Show / Hide Table of Contents

    ICPSubsystem Interface

    Namespace: Hazelcast.CP
    Assembly: Hazelcast.Net.dll

    Defines the CP subsystem.

    public interface ICPSubsystem

    Methods

    Name Description
    GetAtomicLongAsync(string)

    Gets an IAtomicLong distributed object.

    GetAtomicReferenceAsync<T>(string)

    Gets an IAtomicReference<T> distributed object.

    GetCountDownLatchAsync(string)

    Gets an ICountDownLatch distributed object.

    GetLockAsync(string)

    Gets an IFencedLock distributed object.

    GetMapAsync<TKey, TValue>(string)

    Gets an ICPMap<TKey, TValue> distributed object.

    CPMap is only available in enterprise cluster.

    The map will be created in DEFAULT CP group if no group name provided within name. If a group name provided, first, the group will be initialized, if does not exist. Then, ICPMap<TKey, TValue> instance will be created on this group.

    GetSemaphore(string)

    Gets a ISemaphore distributed object.

    In this article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.