- All Known Implementing Classes:
ZeebeTransactionDb
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
org.rocksdb.Transaction
Renews the given oldTransaction such that it can reused.
-
Method Details
-
renewTransaction
org.rocksdb.Transaction renewTransaction(org.rocksdb.Transaction oldTransaction)
Renews the given oldTransaction such that it can reused.
- Parameters:
oldTransaction - the old transaction which becomes new
- Returns:
- the renewed transaction