Home
last modified time | relevance | path

Searched refs:SetDeadlockInfoBufferSize (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/include/rocksdb/utilities/
Dtransaction_db.h296 virtual void SetDeadlockInfoBufferSize(uint32_t target_size) = 0;
/rocksdb-6.9/utilities/transactions/
Dpessimistic_transaction_db.h137 void SetDeadlockInfoBufferSize(uint32_t target_size) override;
Dpessimistic_transaction_db.cc610 void PessimisticTransactionDB::SetDeadlockInfoBufferSize(uint32_t target_size) { in SetDeadlockInfoBufferSize() function in ROCKSDB_NAMESPACE::PessimisticTransactionDB
Dtransaction_test.cc595 db->SetDeadlockInfoBufferSize(3); in TEST_P()
608 db->SetDeadlockInfoBufferSize(5); in TEST_P()
621 db->SetDeadlockInfoBufferSize(0); in TEST_P()
627 db->SetDeadlockInfoBufferSize(3); in TEST_P()
/rocksdb-6.9/java/rocksjni/
Dtransaction_db.cc462 txn_db->SetDeadlockInfoBufferSize(jdeadlock_info_buffer_size); in Java_org_rocksdb_TransactionDB_setDeadlockInfoBufferSize()