Searched refs:isDeadlockDetect (Results 1 – 4 of 4) sorted by relevance
35 public boolean isDeadlockDetect() { in isDeadlockDetect() method in TransactionOptions37 return isDeadlockDetect(nativeHandle_); in isDeadlockDetect()175 private native boolean isDeadlockDetect(final long handle); in isDeadlockDetect() method in TransactionOptions
1742 public boolean isDeadlockDetect() { in isDeadlockDetect() method in Transaction1744 return isDeadlockDetect(nativeHandle_); in isDeadlockDetect()2012 private native boolean isDeadlockDetect(final long handle); in isDeadlockDetect() method in Transaction
33 assertThat(opt.isDeadlockDetect()).isEqualTo(boolValue); in deadlockDetect()
191 assertThat(txn.isDeadlockDetect()).isFalse(); in deadlockDetect()