Package com.oltpbenchmark.benchmarks.wikipedia.util

Examples of com.oltpbenchmark.benchmarks.wikipedia.util.WikipediaOperation


                                          rng().nextInt(256));
  }

    @Override
    protected TransactionStatus executeWork(TransactionType nextTransaction) throws UserAbortException, SQLException {
        WikipediaOperation t = null;
       
        Class<? extends Procedure> procClass = nextTransaction.getProcedureClass();
        boolean needUser = (procClass.equals(AddWatchList.class) ||
                            procClass.equals(RemoveWatchList.class) ||
                            procClass.equals(GetPageAuthenticated.class));   
View Full Code Here

TOP

Related Classes of com.oltpbenchmark.benchmarks.wikipedia.util.WikipediaOperation

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.