edu.yale.cs.hadoopdb.util
Class BenchmarkUtils

java.lang.Object
  extended by edu.yale.cs.hadoopdb.util.BenchmarkUtils

public class BenchmarkUtils
extends java.lang.Object

Benchmark utils


Field Summary
static java.lang.String DELIMITER
           
static java.util.regex.Pattern DELIMITER_PATTERN
           
 
Constructor Summary
BenchmarkUtils()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELIMITER

public static final java.lang.String DELIMITER
See Also:
Constant Field Values

DELIMITER_PATTERN

public static final java.util.regex.Pattern DELIMITER_PATTERN
Constructor Detail

BenchmarkUtils

public BenchmarkUtils()