Searched refs:getLockTimeout (Results 1 – 2 of 2) sorted by relevance
64 public long getLockTimeout() { in getLockTimeout() method in TransactionOptions66 return getLockTimeout(nativeHandle_); in getLockTimeout()178 private native long getLockTimeout(final long handle); in getLockTimeout() method in TransactionOptions
42 assertThat(opt.getLockTimeout()).isEqualTo(longValue); in lockTimeout()