public class OffHeapByteTree extends Object
| Constructor and Description |
|---|
OffHeapByteTree(int keyLen,
long aVoid) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpStats() |
static long |
estimateMBytesForIndex(int keyLen,
int numberOfElems) |
void |
free() |
long |
get(ByteSource byteKey) |
protected HeapBytez |
getTmpHeapBytez(ByteSource byteKey,
byte[] base) |
void |
put(ByteSource byteKey,
long off) |
void |
remove(ByteSource byteKey) |
public static long estimateMBytesForIndex(int keyLen,
int numberOfElems)
public void put(ByteSource byteKey, long off)
public long get(ByteSource byteKey)
protected HeapBytez getTmpHeapBytez(ByteSource byteKey, byte[] base)
public void remove(ByteSource byteKey)
public void dumpStats()
public void free()
Copyright © 2016. All rights reserved.