Searched refs:getAllPreparedTransactions (Results 1 – 1 of 1) sorted by relevance
217 public List<Transaction> getAllPreparedTransactions() { in getAllPreparedTransactions() method in TransactionDB218 final long[] jtxnHandles = getAllPreparedTransactions(nativeHandle_); in getAllPreparedTransactions()398 private native long[] getAllPreparedTransactions(final long handle); in getAllPreparedTransactions() method in TransactionDB