| Class | Description |
|---|---|
| AbstractRocksStateKeysIterator<K> |
Base class for iterators over RocksDB column families.
|
| RocksStateKeysAndNamespaceIterator<K,N> |
Adapter class to bridge between
RocksIteratorWrapper and Iterator to iterate over the keys
and namespaces. |
| RocksStateKeysIterator<K> |
Adapter class to bridge between
RocksIteratorWrapper and Iterator to iterate over the keys. |
| RocksStatesPerKeyGroupMergeIterator |
Iterator that merges multiple RocksDB iterators to partition all states into contiguous key-groups.
|
| RocksTransformingIteratorWrapper |
Wrapper around
RocksIterator that applies a given StateSnapshotTransformer to the elements
during the iteration. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.