public class BinaryTwoLongReference extends BinaryLongReference implements TwoLongReference
LONG_NOT_COMPLETE
bytes, 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, compareAndSwapValue, forceAllToNotCompleteState, getValue, getVolatileValue, setOrderedValue, setValue, startCollecting
acceptNewBytesStore, bytesStore, close, offset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValues, setMaxValue2, setMinValue2, setValues
addAtomicValue, addValue, compareAndSwapValue, getValue, getVolatileValue, setMaxValue, setMinValue, setOrderedValue, setValue
bytesStore, bytesStore, offset
public long maxSize()
maxSize
in interface Byteable
maxSize
in class BinaryLongReference
@NotNull public String toString()
toString
in class BinaryLongReference
public long getValue2()
getValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
public void setValue2(long value)
setValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
public long getVolatileValue2()
getVolatileValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
public void setOrderedValue2(long value)
setOrderedValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
public long addValue2(long delta)
addValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
public long addAtomicValue2(long delta)
addAtomicValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
public boolean compareAndSwapValue2(long expected, long value)
compareAndSwapValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
Copyright © 2018. All rights reserved.