Package edu.brown.benchmark.auctionmark.util

Examples of edu.brown.benchmark.auctionmark.util.AuctionMarkCategoryParser


            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 AuctionMarkCategoryParser(data_file)).getCategoryMap();
            this.tableSize = (long)this.categoryMap.size();
        }
View Full Code Here

TOP

Related Classes of edu.brown.benchmark.auctionmark.util.AuctionMarkCategoryParser

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.