Interface RocksDBStoragePartition.RocksDBVoidOperation
- Enclosing class:
- RocksDBStoragePartition
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function that operates on a RocksDB handle without returning a result.
-
Method Summary
-
Method Details
-
execute
void execute(org.rocksdb.RocksDB db) throws org.rocksdb.RocksDBException - Throws:
org.rocksdb.RocksDBException
-