Package com.oltpbenchmark.benchmarks.auctionmark.util

Examples of com.oltpbenchmark.benchmarks.auctionmark.util.CategoryParser


            super(AuctionMarkConstants.TABLENAME_CATEGORY);
            this.data_file = data_file;
            assert(this.data_file.exists()) :
                "The data file for the category generator does not exist: " + this.data_file;

            this.categoryMap = (new CategoryParser(data_file)).getCategoryMap();
            this.tableSize = (long)this.categoryMap.size();
        }
View Full Code Here

TOP

Related Classes of com.oltpbenchmark.benchmarks.auctionmark.util.CategoryParser

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.