| Package | Description |
|---|---|
| org.iq80.leveldb.impl | |
| org.iq80.leveldb.iterator | |
| org.iq80.leveldb.table |
| Class and Description |
|---|
| DBIteratorAdapter |
| InternalIterator
A common interface for internal iterators.
|
| InternalTableIterator |
| MemTableIterator |
| MergingIterator |
| SnapshotSeekingIterator.IRecordBytesListener |
| Class and Description |
|---|
| ASeekingIterator
Seeking Iterator base implementation that ensure proper state validation before
each call and implement shared direction management between iterator implementations.
|
| DBIteratorAdapter.DbEntry |
| InternalIterator
A common interface for internal iterators.
|
| MergingIterator |
| SeekingIterator
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 |
| SnapshotSeekingIterator.IRecordBytesListener |
| Class and Description |
|---|
| ASeekingIterator
Seeking Iterator base implementation that ensure proper state validation before
each call and implement shared direction management between iterator implementations.
|
| SeekingIterator
Seeking iterator that is very similar to original implementation,
with the distinction that all methods return the state (valid/invalid)
of the iterator.
|
| SliceIterator |
Copyright © 2011–2020. All rights reserved.