public static class SkipTable.Writer
extends java.lang.Object
| Constructor and Description |
|---|
Writer() |
Writer(long firstKey,
long firstOffset) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(long key,
long offset) |
long |
flushTo(DurableOutput out) |
void |
free() |
int |
tiers() |
public void append(long key,
long offset)
public void free()
public int tiers()
public long flushTo(DurableOutput out)