Package | Description |
---|---|
com.yahoo.bard.webservice.application | |
com.yahoo.bard.webservice.data.config | |
com.yahoo.bard.webservice.data.config.dimension |
Modifier and Type | Method and Description |
---|---|
protected DimensionLoader |
AbstractBinderFactory.getDimensionLoader()
Create a Dimension Loader which will populate the dimensionDictionary.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurationLoader |
AbstractBinderFactory.buildConfigurationLoader(DimensionLoader dimensionLoader,
MetricLoader metricLoader,
TableLoader tableLoader)
Extension point for building custom Configuration Loaders.
|
Modifier and Type | Field and Description |
---|---|
protected DimensionLoader |
ConfigurationLoader.dimensionLoader |
Constructor and Description |
---|
ConfigurationLoader(DimensionLoader dimensionLoader,
MetricLoader metricLoader,
TableLoader tableLoader)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyValueStoreDimensionLoader
Deprecated.
in favor of TypeAwareDimensionLoader which loads corresponding dimension based on config type
|
class |
TypeAwareDimensionLoader
Load dimensions based on the type of the dimension.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.