Package com.oltpbenchmark.benchmarks.resourcestresser.procedures

Examples of com.oltpbenchmark.benchmarks.resourcestresser.procedures.CPU1


        assert (proc != null);
        proc.run(conn, this.getId());
    }

    private void cpu1Transaction(int howManyPerTrasaction, long sleepLength) throws SQLException {
        CPU1 proc = this.getProcedure(CPU1.class);
        assert (proc != null);
        proc.run(conn);
    }
View Full Code Here

TOP

Related Classes of com.oltpbenchmark.benchmarks.resourcestresser.procedures.CPU1

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.