public class GeneratorSchemaInfo extends Object
| Constructor and Description |
|---|
GeneratorSchemaInfo(List<GeneratorColumnSchema> columnSchemas,
List<AggregatorFactory> aggs,
org.joda.time.Interval dataInterval,
boolean withRollup) |
| Modifier and Type | Method and Description |
|---|---|
List<AggregatorFactory> |
getAggs() |
AggregatorFactory[] |
getAggsArray() |
List<GeneratorColumnSchema> |
getColumnSchemas() |
org.joda.time.Interval |
getDataInterval() |
DimensionsSpec |
getDimensionsSpec() |
boolean |
isWithRollup() |
String |
toString() |
public GeneratorSchemaInfo(List<GeneratorColumnSchema> columnSchemas, List<AggregatorFactory> aggs, org.joda.time.Interval dataInterval, boolean withRollup)
public List<GeneratorColumnSchema> getColumnSchemas()
public DimensionsSpec getDimensionsSpec()
public List<AggregatorFactory> getAggs()
public AggregatorFactory[] getAggsArray()
public org.joda.time.Interval getDataInterval()
public boolean isWithRollup()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.