public class DataGenerator extends Object
| Constructor and Description |
|---|
DataGenerator(List<GeneratorColumnSchema> columnSchemas,
long seed,
org.joda.time.Interval interval,
int numRows) |
DataGenerator(List<GeneratorColumnSchema> columnSchemas,
long seed,
long startTime,
int numConsecutiveTimestamps,
Double timestampIncrement) |
public DataGenerator(List<GeneratorColumnSchema> columnSchemas, long seed, long startTime, int numConsecutiveTimestamps, Double timestampIncrement)
public DataGenerator(List<GeneratorColumnSchema> columnSchemas, long seed, org.joda.time.Interval interval, int numRows)
public InputRow nextRow()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.