public class BinaryTwoLongReference extends BinaryLongReference implements TwoLongReference
bytes, LONG_NOT_COMPLETE, 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) |
String |
toString() |
addAtomicValue, addValue, bytesStore, bytesStore, compareAndSwapValue, forceAllToNotCompleteState, getValue, getVolatileValue, offset, setOrderedValue, setValue, startCollectingclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValues, setMaxValue2, setMinValue2, setValuesaddAtomicValue, addValue, compareAndSwapValue, getValue, getVolatileValue, setMaxValue, setMinValue, setOrderedValue, setValuebytesStore, bytesStore, offsetpublic long maxSize()
maxSize in interface ByteablemaxSize in class BinaryLongReference@NotNull public 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 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 © 2018. All rights reserved.