| Interface | Description |
|---|---|
| InternalIterator |
A common interface for internal iterators.
|
| SeekingIterator<K,V> |
Seeking iterator that is very similar to original implementation,
with the distinction that all methods return the state (valid/invalid)
of the iterator.
|
| SliceIterator | |
| SnapshotSeekingIterator.IRecordBytesListener |
| Class | Description |
|---|---|
| ASeekingIterator<K,V> |
Seeking Iterator base implementation that ensure proper state validation before
each call and implement shared direction management between iterator implementations.
|
| DbIterator | |
| DBIteratorAdapter | |
| DBIteratorAdapter.DbEntry | |
| InternalTableIterator | |
| MemTableIterator | |
| MergingIterator | |
| SeekingIterators |
When ever possible a specific interface implementation is created for speed purpose.
|
| SnapshotSeekingIterator |
Copyright © 2011–2020. All rights reserved.