public class OffHeapByteTree extends Object
| Constructor and Description |
|---|
OffHeapByteTree(int keyLen,
int sizeMB) |
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpBT(OffHeapByteTree bt) |
void |
dumpStats() |
void |
free() |
long |
get(ByteSource key) |
long |
put(ByteSource key,
long value) |
void |
remove(ByteSource key) |
public void free()
public void dumpStats()
public long put(ByteSource key, long value)
public long get(ByteSource key)
public void remove(ByteSource key)
public static void dumpBT(OffHeapByteTree bt)
Copyright © 2015. All rights reserved.