Modifier and Type | Method and Description |
---|---|
protected abstract TableLoader |
AbstractBinderFactory.getTableLoader()
Create a Table Loader.
|
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 TableLoader |
ConfigurationLoader.tableLoader |
Constructor and Description |
---|
ConfigurationLoader(DimensionLoader dimensionLoader,
MetricLoader metricLoader,
TableLoader tableLoader)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseTableLoader
Provides commonly-needed methods for loading tables.
|
Modifier and Type | Method and Description |
---|---|
protected TableLoader |
GenericBinderFactory.getTableLoader() |
protected TableLoader |
WikiBinderFactory.getTableLoader() |
Modifier and Type | Class and Description |
---|---|
class |
GenericTableLoader
Load the table configuration for any Druid setup.
|
class |
WikiTableLoader
Load the Wikipedia-specific table configuration.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.