| Package | Description |
|---|---|
| org.iq80.leveldb.impl | |
| org.iq80.leveldb.iterator |
| Modifier and Type | Method and Description |
|---|---|
static InternalIterator |
Level.createLevelConcatIterator(TableCache tableCache,
List<FileMetaData> files,
InternalKeyComparator internalKeyComparator,
ReadOptions options) |
InternalIterator |
Level.iterator(ReadOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
DbIterator |
class |
InternalTableIterator |
class |
MemTableIterator |
class |
MergingIterator |
| Modifier and Type | Method and Description |
|---|---|
static <T> InternalIterator |
SeekingIterators.twoLevelInternalIterator(SeekingIterator<InternalKey,T> indexIterator,
Function<T,SeekingIterator<InternalKey,Slice>> blockFunction,
Closeable closeableResources) |
| Constructor and Description |
|---|
SnapshotSeekingIterator(InternalIterator iterator,
long sequence,
Comparator<Slice> userComparator,
SnapshotSeekingIterator.IRecordBytesListener listener) |
| Constructor and Description |
|---|
MergingIterator(List<InternalIterator> iterators,
Comparator<InternalKey> comparator) |
Copyright © 2011–2020. All rights reserved.