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 UnixFSAtomicLongUnixFSAtomicLong.basic()Creates a basicUnixFSAtomicLong.UnixFSAtomicLongData.createAtomicLong()Returns anUnixFSAtomicLongwhich maps to the suppliedByteBuffer's position returned byStruct.getByteBufferPosition().UnixFSMemoryUtils.getAtomicLong(ByteBuffer byteBuffer) Makes an instance ofUnixFSAtomicLongfrom for details.abstract UnixFSAtomicLongUnixFSMemoryUtils.getAtomicLong(ByteBuffer byteBuffer, int position) Gets aUnixFSAtomicLongwith the suppliedByteBuffer.static UnixFSAtomicLongUnixFSAtomicLong.wrap(AtomicLong atomicLong) Wraps an instance ofAtomicLonginto 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.