Package edu.brown.benchmark.auctionmark.util

Examples of edu.brown.benchmark.auctionmark.util.GlobalAttributeGroupId.encode()


            GlobalAttributeGroupId gag_id = this.group_ids.poll();
            assert(gag_id != null);
           
            // GAG_ID
            this.row[col++] = gag_id.encode();
            // GAG_C_ID
            this.row[col++] = gag_id.getCategoryId();
            // GAG_NAME
            this.row[col++] = profile.rng.astring(6, 32);
           
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.