| Interface | Description |
|---|---|
| LookupStoreFactory |
A key-value store for lookup, key-value store should be single binary file written once and ready
to be used.
|
| LookupStoreFactory.Context |
Context between writer and reader.
|
| LookupStoreReader |
Reader, lookup value by key bytes.
|
| LookupStoreWriter |
Writer to prepare binary file.
|
| Class | Description |
|---|---|
| BulkLoader |
Bulk loader for RocksDB.
|
| LookupStrategy |
Strategy for lookup.
|
| RocksDBListState<K,V> |
RocksDB state for key -> List of value.
|
| RocksDBOptions |
Options for rocksdb.
|
| RocksDBSetState<K,V> |
Rocksdb state for key -> Set values.
|
| RocksDBState<K,V,CacheV> |
Rocksdb state for key value.
|
| RocksDBState.ByteArray |
A class wraps byte[] to implement equals and hashCode.
|
| RocksDBState.Reference |
A class wraps byte[] to indicate contain or not contain.
|
| RocksDBStateFactory |
Factory to create state.
|
| RocksDBValueState<K,V> |
Rocksdb state for key -> a single value.
|
| Exception | Description |
|---|---|
| BulkLoader.WriteException |
Exception during writing.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.