| Package | Description |
|---|---|
| org.iq80.leveldb.iterator | |
| org.iq80.leveldb.table |
| Modifier and Type | Method and Description |
|---|---|
static SliceIterator |
SeekingIterators.twoLevelSliceIterator(SliceIterator indexIterator,
Function<Slice,SeekingIterator<Slice,Slice>> blockFunction,
Closeable closeableResources) |
| Modifier and Type | Method and Description |
|---|---|
static SliceIterator |
SeekingIterators.twoLevelSliceIterator(SliceIterator indexIterator,
Function<Slice,SeekingIterator<Slice,Slice>> blockFunction,
Closeable closeableResources) |
| Constructor and Description |
|---|
InternalTableIterator(SliceIterator tableIterator) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockIterator |
| Modifier and Type | Method and Description |
|---|---|
SliceIterator |
Table.iterator(ReadOptions options) |
Copyright © 2011–2020. All rights reserved.