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) |
void |
setVolatileValue2(long value) |
@NotNull String |
toString() |
addAtomicValue, addValue, bytesStore, compareAndSwapValue, getValue, getVolatileValue, getVolatileValue, setOrderedValue, setValue, setVolatileValue
acceptNewBytesStore, address, bytesStore, offset, performClose, threadSafetyCheck
assertCloseablesClosed, clearUsedByThread, close, createdHere, disableCloseableTracing, enableCloseableTracing, isClosed, isClosing, isInUserThread, performCloseInBackground, referenceId, resetUsedByThread, shouldPerformCloseInBackground, shouldWaitForClosed, throwExceptionIfClosed, throwExceptionIfClosedInSetter, unmonitor, waitForClosed, warnAndCloseIfNotClosed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValues, setMaxValue2, setMinValue2, setValues
addAtomicValue, addValue, compareAndSwapValue, getValue, getVolatileValue, getVolatileValue, setMaxValue, setMinValue, setOrderedValue, setValue, setVolatileValue
bytesStore, bytesStore, offset
close, closeQuietly, closeQuietly, notifyClosing
public long maxSize()
maxSize
in interface Byteable
maxSize
in class BinaryLongReference
@NotNull public @NotNull 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 setVolatileValue2(long value)
setVolatileValue2
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 © 2020. All rights reserved.