public class BinaryLongArrayReference extends Object implements net.openhft.chronicle.bytes.Byteable, net.openhft.chronicle.core.values.LongArrayValues
| Constructor and Description |
|---|
BinaryLongArrayReference() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindValueAt(int index,
net.openhft.chronicle.core.values.LongValue value) |
void |
bytesStore(net.openhft.chronicle.bytes.BytesStore bytes,
long offset,
long length) |
boolean |
compareAndSet(long index,
long expected,
long value) |
long |
getCapacity() |
long |
getValueAt(long index) |
long |
getVolatileValueAt(long index) |
static void |
lazyWrite(net.openhft.chronicle.bytes.Bytes bytes,
long capacity) |
long |
maxSize() |
static long |
peakLength(net.openhft.chronicle.bytes.BytesStore bytes,
long offset) |
void |
setOrderedValueAt(long index,
long value) |
void |
setValueAt(long index,
long value) |
String |
toString() |
static void |
write(net.openhft.chronicle.bytes.Bytes bytes,
long capacity) |
public static void write(@NotNull
net.openhft.chronicle.bytes.Bytes bytes,
long capacity)
public static void lazyWrite(@NotNull
net.openhft.chronicle.bytes.Bytes bytes,
long capacity)
public static long peakLength(@NotNull
net.openhft.chronicle.bytes.BytesStore bytes,
long offset)
public long getCapacity()
getCapacity in interface net.openhft.chronicle.core.values.LongArrayValuespublic long getValueAt(long index)
getValueAt in interface net.openhft.chronicle.core.values.LongArrayValuespublic void setValueAt(long index,
long value)
setValueAt in interface net.openhft.chronicle.core.values.LongArrayValuespublic long getVolatileValueAt(long index)
getVolatileValueAt in interface net.openhft.chronicle.core.values.LongArrayValuespublic void bindValueAt(int index,
@NotNull
net.openhft.chronicle.core.values.LongValue value)
bindValueAt in interface net.openhft.chronicle.core.values.LongArrayValuespublic void setOrderedValueAt(long index,
long value)
setOrderedValueAt in interface net.openhft.chronicle.core.values.LongArrayValuespublic boolean compareAndSet(long index,
long expected,
long value)
compareAndSet in interface net.openhft.chronicle.core.values.LongArrayValuespublic void bytesStore(@NotNull
net.openhft.chronicle.bytes.BytesStore bytes,
long offset,
long length)
bytesStore in interface net.openhft.chronicle.bytes.Byteablepublic long maxSize()
maxSize in interface net.openhft.chronicle.bytes.ByteableCopyright © 2015. All rights reserved.