Home
last modified time | relevance | path

Searched defs:DeadlockPath (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/include/rocksdb/utilities/
Dtransaction_db.h208 struct DeadlockPath { struct
213 explicit DeadlockPath(std::vector<DeadlockInfo> path_entry, in DeadlockPath() argument
221 bool empty() { return path.empty() && !limit_exceeded; } in empty()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DTransactionDB.java350 public static class DeadlockPath { class in TransactionDB
354 public DeadlockPath(final DeadlockInfo[] path, final boolean limitExceeded) { in DeadlockPath() method in TransactionDB.DeadlockPath