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, lock, offset, performClose, tryLock
assertCloseablesClosed, clearUsedByThread, close, createdHere, disableCloseableTracing, disableThreadSafetyCheck, disableThreadSafetyCheck, enableCloseableTracing, gcAndWaitForCloseablesToClose, isClosed, isClosing, isInUserThread, referenceId, resetUsedByThread, shouldPerformCloseInBackground, shouldWaitForClosed, threadSafetyCheck, throwExceptionIfClosed, throwExceptionIfClosedInSetter, unmonitor, waitForCloseablesToClose, waitForClosed, warnAndCloseIfNotClosed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValues, setMaxValue2, setMinValue2, setValues
addAtomicValue, addValue, close, compareAndSwapValue, getValue, getVolatileValue, getVolatileValue, isClosed, setMaxValue, setMinValue, setOrderedValue, setValue, setVolatileValue
address, bytesStore, bytesStore, lock, offset, tryLock
public long maxSize()
maxSize
in interface Byteable
maxSize
in class BinaryLongReference
@NotNull public @NotNull String toString()
toString
in class BinaryLongReference
public long getValue2() throws IllegalStateException
getValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
IllegalStateException
public void setValue2(long value) throws IllegalStateException
setValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
IllegalStateException
public long getVolatileValue2() throws IllegalStateException
getVolatileValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
IllegalStateException
public void setVolatileValue2(long value) throws IllegalStateException
setVolatileValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
IllegalStateException
public void setOrderedValue2(long value) throws IllegalStateException
setOrderedValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
IllegalStateException
public long addValue2(long delta) throws IllegalStateException
addValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
IllegalStateException
public long addAtomicValue2(long delta) throws IllegalStateException
addAtomicValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
IllegalStateException
public boolean compareAndSwapValue2(long expected, long value) throws IllegalStateException
compareAndSwapValue2
in interface net.openhft.chronicle.core.values.TwoLongValue
IllegalStateException
Copyright © 2021. All rights reserved.