public class BenchmarkDataGenerator extends Object
Constructor and Description |
---|
BenchmarkDataGenerator(List<BenchmarkColumnSchema> columnSchemas,
long seed,
org.joda.time.Interval interval,
int numRows) |
BenchmarkDataGenerator(List<BenchmarkColumnSchema> columnSchemas,
long seed,
long startTime,
int numConsecutiveTimestamps,
Double timestampIncrement) |
public BenchmarkDataGenerator(List<BenchmarkColumnSchema> columnSchemas, long seed, long startTime, int numConsecutiveTimestamps, Double timestampIncrement)
public BenchmarkDataGenerator(List<BenchmarkColumnSchema> columnSchemas, long seed, org.joda.time.Interval interval, int numRows)
public InputRow nextRow()
Copyright © 2011–2017. All rights reserved.