Package com.oltpbenchmark.types

Examples of com.oltpbenchmark.types.TransactionStatus


   *
   * @param llr
   */
  protected final TransactionType doWork(boolean measure, Phase phase) {
      TransactionType next = null;
      TransactionStatus status = TransactionStatus.RETRY;
      Savepoint savepoint = null;
      final DatabaseType dbType = wrkld.getDBType();
      final boolean recordAbortMessages = wrkld.getRecordAbortMessages();
     
      try {
View Full Code Here

TOP

Related Classes of com.oltpbenchmark.types.TransactionStatus

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.