public class BinaryTwoLongReference extends BinaryLongReference implements TwoLongReference
LONG_NOT_COMPLETEbytes, offset| Constructor and Description |
|---|
BinaryTwoLongReference() |
| Modifier and Type | Method and Description |
|---|---|
long |
addAtomicValue2(long delta) |
long |
addValue2(long delta) |
boolean |
compareAndSwapValue2(long expected,
long value) |
long |
getValue2() |
long |
getVolatileValue2() |
long |
maxSize() |
void |
setOrderedValue2(long value) |
void |
setValue2(long value) |
void |
setVolatileValue2(long value) |
@NotNull String |
toString() |
addAtomicValue, addValue, bytesStore, compareAndSwapValue, getValue, getVolatileValue, getVolatileValue, setOrderedValue, setValue, setVolatileValueacceptNewBytesStore, address, bytesStore, offset, performClose, threadSafetyCheckassertCloseablesClosed, clearUsedByThread, close, createdHere, disableCloseableTracing, enableCloseableTracing, isClosed, isClosing, isInUserThread, performCloseInBackground, referenceId, resetUsedByThread, shouldPerformCloseInBackground, shouldWaitForClosed, throwExceptionIfClosed, throwExceptionIfClosedInSetter, unmonitor, waitForClosed, warnAndCloseIfNotClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValues, setMaxValue2, setMinValue2, setValuesaddAtomicValue, addValue, compareAndSwapValue, getValue, getVolatileValue, getVolatileValue, setMaxValue, setMinValue, setOrderedValue, setValue, setVolatileValuebytesStore, bytesStore, offsetclose, closeQuietly, closeQuietly, notifyClosingpublic long maxSize()
maxSize in interface ByteablemaxSize in class BinaryLongReference@NotNull public @NotNull String toString()
toString in class BinaryLongReferencepublic long getValue2()
getValue2 in interface net.openhft.chronicle.core.values.TwoLongValuepublic void setValue2(long value)
setValue2 in interface net.openhft.chronicle.core.values.TwoLongValuepublic long getVolatileValue2()
getVolatileValue2 in interface net.openhft.chronicle.core.values.TwoLongValuepublic void setVolatileValue2(long value)
setVolatileValue2 in interface net.openhft.chronicle.core.values.TwoLongValuepublic void setOrderedValue2(long value)
setOrderedValue2 in interface net.openhft.chronicle.core.values.TwoLongValuepublic long addValue2(long delta)
addValue2 in interface net.openhft.chronicle.core.values.TwoLongValuepublic long addAtomicValue2(long delta)
addAtomicValue2 in interface net.openhft.chronicle.core.values.TwoLongValuepublic boolean compareAndSwapValue2(long expected,
long value)
compareAndSwapValue2 in interface net.openhft.chronicle.core.values.TwoLongValueCopyright © 2020. All rights reserved.