public interface BardConfigResources
Modifier and Type | Method and Description |
---|---|
default DimensionDictionary |
getDimensionDictionary()
The dictionary of configured dimensions.
|
DruidFilterBuilder |
getFilterBuilder()
A parser and builder for filters.
|
GranularityParser |
getGranularityParser()
A parser for string to granularities.
|
HavingGenerator |
getHavingApiGenerator()
Having Api Generator.
|
default LogicalTableDictionary |
getLogicalTableDictionary()
The dictionary of logical tables.
|
default MetricDictionary |
getMetricDictionary()
The dictionary of configured metrics.
|
ResourceDictionaries |
getResourceDictionaries()
The collection of resource dictionaries.
|
org.joda.time.DateTimeZone |
getSystemTimeZone()
The configured default time zone for dates.
|
ResourceDictionaries getResourceDictionaries()
GranularityParser getGranularityParser()
DruidFilterBuilder getFilterBuilder()
HavingGenerator getHavingApiGenerator()
org.joda.time.DateTimeZone getSystemTimeZone()
default DimensionDictionary getDimensionDictionary()
default MetricDictionary getMetricDictionary()
default LogicalTableDictionary getLogicalTableDictionary()
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.