Searched refs:getDeadlockDetectDepth (Results 1 – 2 of 2) sorted by relevance
130 public long getDeadlockDetectDepth() { in getDeadlockDetectDepth() method in TransactionOptions131 return getDeadlockDetectDepth(nativeHandle_); in getDeadlockDetectDepth()182 private native long getDeadlockDetectDepth(final long handle); in getDeadlockDetectDepth() method in TransactionOptions
60 assertThat(opt.getDeadlockDetectDepth()).isEqualTo(longValue); in deadlockDetectDepth()