public class BenchmarkSchemaInfo extends Object
Constructor and Description |
---|
BenchmarkSchemaInfo(List<BenchmarkColumnSchema> columnSchemas,
List<AggregatorFactory> aggs,
org.joda.time.Interval dataInterval) |
Modifier and Type | Method and Description |
---|---|
List<AggregatorFactory> |
getAggs() |
AggregatorFactory[] |
getAggsArray() |
List<BenchmarkColumnSchema> |
getColumnSchemas() |
org.joda.time.Interval |
getDataInterval() |
public BenchmarkSchemaInfo(List<BenchmarkColumnSchema> columnSchemas, List<AggregatorFactory> aggs, org.joda.time.Interval dataInterval)
public List<BenchmarkColumnSchema> getColumnSchemas()
public List<AggregatorFactory> getAggs()
public AggregatorFactory[] getAggsArray()
public org.joda.time.Interval getDataInterval()
Copyright © 2011–2016. All rights reserved.