Package | Description |
---|---|
org.iq80.leveldb | |
org.iq80.leveldb.impl |
Modifier and Type | Method and Description |
---|---|
ReadOptions |
ReadOptions.fillCache(boolean fillCache) |
ReadOptions |
ReadOptions.snapshot(Snapshot snapshot) |
ReadOptions |
ReadOptions.verifyChecksums(boolean verifyChecksums) |
Modifier and Type | Method and Description |
---|---|
byte[] |
DB.get(byte[] key,
ReadOptions options) |
DBIterator |
DB.iterator(ReadOptions options) |
Modifier and Type | Method and Description |
---|---|
byte[] |
DbImpl.get(byte[] key,
ReadOptions options) |
SeekingIteratorAdapter |
DbImpl.iterator(ReadOptions options) |
Copyright © 2011–2024. All rights reserved.