NativeBytesStore |
VanillaBytes.bytesStore() |
static NativeBytesStore<ByteBuffer> |
NativeBytesStore.elasticByteBuffer() |
static NativeBytesStore<ByteBuffer> |
NativeBytesStore.elasticByteBuffer(int size) |
static NativeBytesStore<Void> |
NativeBytesStore.lazyNativeBytesStoreWithFixedCapacity(long capacity) |
static NativeBytesStore<Void> |
NativeBytesStore.nativeStore(long capacity)
this is an elastic native store
|
static NativeBytesStore<Void> |
NativeBytesStore.nativeStoreWithFixedCapacity(long capacity) |
static NativeBytesStore<ByteBuffer> |
NativeBytesStore.wrap(ByteBuffer bb) |
NativeBytesStore<Underlying> |
NativeBytesStore.write(long offsetInRDO,
byte[] bytes,
int offset,
int length) |
NativeBytesStore<Underlying> |
NativeBytesStore.write(long offsetInRDO,
RandomDataInput bytes,
long offset,
long length) |
NativeBytesStore<Underlying> |
NativeBytesStore.writeByte(long offset,
byte i8) |
NativeBytesStore<Underlying> |
NativeBytesStore.writeDouble(long offset,
double d) |
NativeBytesStore<Underlying> |
NativeBytesStore.writeFloat(long offset,
float f) |
NativeBytesStore<Underlying> |
NativeBytesStore.writeInt(long offset,
int i32) |
NativeBytesStore<Underlying> |
NativeBytesStore.writeLong(long offset,
long i64) |
NativeBytesStore<Underlying> |
NativeBytesStore.writeOrderedInt(long offset,
int i) |
NativeBytesStore<Underlying> |
NativeBytesStore.writeOrderedLong(long offset,
long i) |
NativeBytesStore<Underlying> |
NativeBytesStore.writeShort(long offset,
short i16) |
NativeBytesStore<Underlying> |
NativeBytesStore.zeroOut(long start,
long end) |