Package io.pravega.common.lang
Class AtomicInt96
- java.lang.Object
-
- io.pravega.common.lang.AtomicInt96
-
public class AtomicInt96 extends java.lang.ObjectThis class provides the ability to atomically update a Int96 value.
-
-
Constructor Summary
Constructors Constructor Description AtomicInt96()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Int96get()Int96incrementAndGet()voidset(int msb, long lsb)
-