public class RowBasedIndexBuilder extends Object
IndexedTable.Index instances.
Its main role is to decide which kind of implementation to use.| Constructor and Description |
|---|
RowBasedIndexBuilder(ValueType keyType) |
| Modifier and Type | Method and Description |
|---|---|
RowBasedIndexBuilder |
add(Object key)
Add a key to the index.
|
IndexedTable.Index |
build()
Create the index.
|
public RowBasedIndexBuilder(ValueType keyType)
public RowBasedIndexBuilder add(@Nullable Object key)
public IndexedTable.Index build()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.