IAtomicLong Interface
Namespace: Hazelcast.CP
Assembly: Hazelcast.Net.dll
Defines a redundant and highly-available distributed atomic long
.
public interface IAtomicLong : ICPDistributedObject, IDistributedObject, IAsyncDisposable
Inherited Members
Methods
Name | Description |
---|---|
Add |
Adds the specified value to the current value, and returns the updated value. |
Compare |
Compares the value for equality and, if equal, replaces the current value. |
Decrement |
Decrements the current value by one, and returns the updated value. |
Get |
Adds the specified value to the current value, and returns the original value. |
Get |
Decrements the current value by one, and returns the original value. |
Get |
Increments the current value by one, and returns the original value. |
Get |
Sets the current value, and returns the original value. |
Get |
Gets the current value. |
Increment |
Increments the current value by one, and returns the updated value. |
Set |
Sets the value. |