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.

@FunctionalInterface protected static interface RocksDBStoragePartition.RocksDBOperation<T>
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

    Modifier and Type
    Method
    Description
    execute(org.rocksdb.RocksDB db)
     
  • Method Details

    • execute

      T execute(org.rocksdb.RocksDB db) throws org.rocksdb.RocksDBException
      Throws:
      org.rocksdb.RocksDBException