Click or drag to resize

AtomicLong Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.AtomicLong"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatAtomicLong

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class AtomicLong

The AtomicLong type exposes the following members.

Constructors
  NameDescription
Public methodAtomicLong
Initializes a new instance of the AtomicLong class.
Public methodAtomicLong(Int64)
Initializes a new instance of the AtomicLong class.
Top
Methods
  NameDescription
Public methodCompareAndSet
Public methodDecrementAndGet
Decrements and returns the value.
Public methodDecrementAndGet(Int64)
Increments and returns the value.
Public methodGet
Gets this instance.
Public methodGetAndIncrement
Increments and returns the previous value.
Public methodGetAndSet
Sets the value and returns the previous value as an atomic operation.
Public methodIncrementAndGet
Increments and returns the value.
Public methodIncrementAndGet(Int64)
Increments and returns the value.
Public methodSet
Sets the specified value.
Top
See Also