Interface TransactionRenovator

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.

@FunctionalInterface public interface TransactionRenovator
  • Method Summary

    Modifier and Type
    Method
    Description
    org.rocksdb.Transaction
    renewTransaction(org.rocksdb.Transaction oldTransaction)
    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