![]() | AtomicLong Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.AtomicLong"]
Namespace: com.espertech.esper.compat
[SerializableAttribute] public class AtomicLong
The AtomicLong type exposes the following members.
Name | Description | |
---|---|---|
![]() | AtomicLong |
Initializes a new instance of the AtomicLong class.
|
![]() | AtomicLong(Int64) |
Initializes a new instance of the AtomicLong class.
|
Name | Description | |
---|---|---|
![]() | CompareAndSet | |
![]() | DecrementAndGet |
Decrements and returns the value.
|
![]() | DecrementAndGet(Int64) |
Increments and returns the value.
|
![]() | Get |
Gets this instance.
|
![]() | GetAndIncrement |
Increments and returns the previous value.
|
![]() | GetAndSet |
Sets the value and returns the previous value as an atomic operation.
|
![]() | IncrementAndGet |
Increments and returns the value.
|
![]() | IncrementAndGet(Int64) |
Increments and returns the value.
|
![]() | Set |
Sets the specified value.
|