Uses of Interface
dev.getelements.elements.rt.transact.unix.UnixFSAtomicLong
Packages that use UnixFSAtomicLong
-
Uses of UnixFSAtomicLong in dev.getelements.elements.rt.transact.unix
Methods in dev.getelements.elements.rt.transact.unix that return UnixFSAtomicLongModifier and TypeMethodDescriptionstatic UnixFSAtomicLong
UnixFSAtomicLong.basic()
Creates a basicUnixFSAtomicLong
.UnixFSAtomicLongData.createAtomicLong()
Returns anUnixFSAtomicLong
which maps to the suppliedByteBuffer
's position returned byStruct.getByteBufferPosition()
.UnixFSMemoryUtils.getAtomicLong
(ByteBuffer byteBuffer) Makes an instance ofUnixFSAtomicLong
from for details.abstract UnixFSAtomicLong
UnixFSMemoryUtils.getAtomicLong
(ByteBuffer byteBuffer, int position) Gets aUnixFSAtomicLong
with the suppliedByteBuffer
.static UnixFSAtomicLong
UnixFSAtomicLong.wrap
(AtomicLong atomicLong) Wraps an instance ofAtomicLong
into an instance ofUnixFSAtomicLong
.Constructors in dev.getelements.elements.rt.transact.unix with parameters of type UnixFSAtomicLongModifierConstructorDescriptionUnixFSCircularBlockBuffer
(UnixFSAtomicLong atomicLong, ByteBuffer buffer, int blockSize) UnixFSDualCounter
(int max, UnixFSAtomicLong counter) Allows for the caller to specify an arbitraryUnixFSAtomicLong
.