Constructor and Description |
---|
DumpIndex() |
Modifier and Type | Method and Description |
---|---|
static void |
dumpIndex(AbstractBTree ndx,
boolean showTuples)
Utility method using an
ITupleIterator to dump the keys and
values in an AbstractBTree . |
public static void dumpIndex(AbstractBTree ndx, boolean showTuples)
ITupleIterator
to dump the keys and
values in an AbstractBTree
.ndx
- The index.showTuples
- When true
the data for the keys and values will
be displayed. Otherwise the scan will simply exercise the
iterator.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.