Package com.oltpbenchmark.benchmarks.tpcc.pojo

Examples of com.oltpbenchmark.benchmarks.tpcc.pojo.District


            + "district.csv"));
        LOG.debug("\nWriting District file to: "
            + fileLocation + "district.csv");
      }

      District district = new District();

      t = (whseKount * distWhseKount);
      LOG.debug("\nStart District Data for " + t + " Dists @ "
          + now + " ...");

View Full Code Here

TOP

Related Classes of com.oltpbenchmark.benchmarks.tpcc.pojo.District

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.