Searched refs:setDeadlockInfoBufferSize (Results 1 – 2 of 2) sorted by relevance
368 public void setDeadlockInfoBufferSize(final int targetSize) { in setDeadlockInfoBufferSize() method in TransactionDB369 setDeadlockInfoBufferSize(nativeHandle_, targetSize); in setDeadlockInfoBufferSize()402 private native void setDeadlockInfoBufferSize(final long handle, in setDeadlockInfoBufferSize() method in TransactionDB
170 public void setDeadlockInfoBufferSize() throws RocksDBException { in setDeadlockInfoBufferSize() method in TransactionDBTest175 tdb.setDeadlockInfoBufferSize(123); in setDeadlockInfoBufferSize()