Interface RocksDBStoragePartition.RocksDBOperation<T>
- 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 and returns a result.
May throw
RocksDBException which is caught and wrapped by the caller.-
Method Summary
-
Method Details
-
execute
- Throws:
org.rocksdb.RocksDBException
-