1563156415651566156715681569
return client.open_txns(new OpenTxnRequest(numTxns, user, hostname)); } @Override public void rollbackTxn(long txnid) throws NoSuchTxnException, TException { client.abort_txn(new AbortTxnRequest(txnid)); }
1749175017511752175317541755