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