public static class HashTable.Writer
extends java.lang.Object
| Constructor and Description |
|---|
Writer(java.lang.Iterable<java.nio.ByteBuffer> buffers) |
| Modifier and Type | Method and Description |
|---|---|
IList<java.nio.ByteBuffer> |
contents()
Used for testing, in practice you should always prefer `flushTo` since it automatically frees the buffers.
|
void |
flushTo(DurableOutput out) |
void |
put(HashTable.Entry e) |
void |
put(int hash,
long offset) |
long |
size() |
public IList<java.nio.ByteBuffer> contents()
public long size()
public void flushTo(DurableOutput out)
public void put(int hash,
long offset)
public void put(HashTable.Entry e)