public class TextLongArrayReference extends Object implements ByteableLongArrayValues
| Constructor and Description |
|---|
TextLongArrayReference() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindValueAt(int index,
net.openhft.chronicle.core.values.LongValue value) |
net.openhft.chronicle.bytes.BytesStore |
bytesStore() |
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) |
long |
maxSize() |
long |
offset() |
static long |
peakLength(net.openhft.chronicle.bytes.BytesStore bytes,
long offset) |
void |
setOrderedValueAt(long index,
long value) |
void |
setValueAt(long index,
long value) |
long |
sizeInBytes(long capacity) |
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 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 void bindValueAt(int index,
net.openhft.chronicle.core.values.LongValue value)
bindValueAt in interface net.openhft.chronicle.core.values.LongArrayValuespublic long getVolatileValueAt(long index)
getVolatileValueAt 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 net.openhft.chronicle.bytes.BytesStore bytesStore()
bytesStore in interface net.openhft.chronicle.bytes.Byteablepublic long offset()
offset in interface net.openhft.chronicle.bytes.Byteablepublic long maxSize()
maxSize in interface net.openhft.chronicle.bytes.Byteablepublic long sizeInBytes(long capacity)
sizeInBytes in interface net.openhft.chronicle.core.values.LongArrayValuessizeInBytes in interface ByteableLongArrayValuesCopyright © 2015. All rights reserved.