Package com.oltpbenchmark.api

Examples of com.oltpbenchmark.api.TransactionType$Invalid


        @Override
        public void run() {
            Thread.currentThread().setName(this.getClass().getSimpleName());
           
            TransactionTypes txnTypes = AuctionMarkWorker.this.getWorkloadConfiguration().getTransTypes();
            TransactionType txnType = txnTypes.getType(CloseAuctions.class);
            assert(txnType != null) : txnTypes;
           
            Procedure proc = AuctionMarkWorker.this.getProcedure(txnType);
            assert(proc != null);
           
View Full Code Here

TOP

Related Classes of com.oltpbenchmark.api.TransactionType$Invalid

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.