| Package | Description |
|---|---|
| nl.renarj.jasdb.index | |
| nl.renarj.jasdb.index.btreeplus |
| Modifier and Type | Method and Description |
|---|---|
static ScanIntent |
ScanIntent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanIntent[] |
ScanIntent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IndexScanReport |
Index.scan(ScanIntent intent,
Iterator<IndexableItem> scanItems)
This performs a scan of the index and reports on the integrity.
|
| Modifier and Type | Method and Description |
|---|---|
IndexScanReport |
BTreeIndex.scan(ScanIntent intent,
Iterator<IndexableItem> indexableItems) |
Copyright © 2015. All rights reserved.