public abstract static class TermTree.Builder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AbstractType<?> |
comparator |
protected java.nio.ByteBuffer |
max |
protected java.nio.ByteBuffer |
min |
protected OnDiskIndexBuilder.Mode |
mode |
Modifier | Constructor and Description |
---|---|
protected |
Builder(OnDiskIndexBuilder.Mode mode,
AbstractType<?> comparator) |
Modifier and Type | Method and Description |
---|---|
void |
add(SSTableIndex index) |
protected abstract void |
addIndex(SSTableIndex index) |
abstract TermTree |
build() |
protected final OnDiskIndexBuilder.Mode mode
protected final AbstractType<?> comparator
protected java.nio.ByteBuffer min
protected java.nio.ByteBuffer max
protected Builder(OnDiskIndexBuilder.Mode mode, AbstractType<?> comparator)
public final void add(SSTableIndex index)
protected abstract void addIndex(SSTableIndex index)
public abstract TermTree build()
Copyright © 2009-2022 The Apache Software Foundation