| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRocksIterator<P extends RocksObject>
Base class implementation for Rocks Iterators
in the Java API
Multiple threads can invoke const methods on an RocksIterator without
external synchronization, but if any of the threads may call a
non-const method, all threads accessing the same RocksIterator must use
external synchronization.
|
class |
RocksIterator
An iterator that yields a sequence of key/value pairs from a source.
|
class |
SstFileReaderIterator
An iterator that yields a sequence of key/value pairs from a source.
|
class |
WBWIRocksIterator |
Copyright © 2021. All rights reserved.