| Package | Description |
|---|---|
| org.schwefel.kv |
schwefel - a dead simple RocksDB Java wrapper
|
| Modifier and Type | Method and Description |
|---|---|
ForEachKeyValue |
KVStore.scanAll(Kind kind) |
ForEachKeyValue |
StoreOps.scanAll(Kind kind) |
ForEachKeyValue |
Tx.scanAll(Kind kind) |
ForEachKeyValue |
KVStore.scanAll(Kind kind,
byte[] beginKey) |
ForEachKeyValue |
StoreOps.scanAll(Kind kind,
byte[] beginKey) |
ForEachKeyValue |
Tx.scanAll(Kind kind,
byte[] beginKey) |
ForEachKeyValue |
KVStore.scanRange(Kind kind,
byte[] beginKey,
byte[] endKey) |
ForEachKeyValue |
StoreOps.scanRange(Kind kind,
byte[] beginKey,
byte[] endKey) |
ForEachKeyValue |
Tx.scanRange(Kind kind,
byte[] beginKey,
byte[] endKey) |
Copyright © 2021. All rights reserved.