public interface MultiBucketBuilder
Modifier and Type | Method and Description |
---|---|
void |
add(Row row)
add a row to the page
|
void |
build(Bucket[] buckets)
Builds the buckets and writes them into the provided array.
|
int |
size()
current number of rows within the page.
|
void add(Row row)
int size()
void build(Bucket[] buckets)
N is usually specified in the constructor of a specific PageBuilder implementation.