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