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 |
GetSemaphore(string) | Gets a ISemaphore distributed object. |