| Interface | Description |
|---|---|
| BinderFactory |
A binder factory builds a custom binder for the jersey application.
|
| DimensionValueLoader |
The DimensionValueLoader provides a way to update dimension values.
|
| Class | Description |
|---|---|
| AbstractBinderFactory |
Abstract Binder factory implements the standard buildBinder functionality.
|
| DimensionValueLoadTask |
DimensionLoaderTask takes a collection of
DimensionValueLoader to update the values for dimensions. |
| DruidDimensionValueLoader |
The DruidDimensionRowProvider sends requests to the druid search query interface to get a list of dimension
values to add to the dimension cache.
|
| HealthCheckRegistryFactory |
EVIL - a RegistryFactory: An object which builds an object which
builds objects.
|
| HealthCheckServletContextListener |
Servlet Context Listener which initializes the Codahale metrics registry
used by the Codahale metrics filter and the metrics servlet.
|
| LoadTask<V> |
Defines a task that is scheduled to run at a given time, potentially periodically.
|
| MetricRegistryFactory |
EVIL - a RegistryFactory: An object which builds an object which
builds objects.
|
| MetricServletContextListener |
Servlet Context Listener which initializes the Codahale metrics registry
used by the Codahale metrics filter and the metrics servlet.
|
| ObjectMappersSuite |
Gathers all the object mappers that are used for object serialization/deserialization.
|
| ResourceConfig |
The resource configuration for the bard web applications, especially core filters.
|
| SchedulableTask<V> |
Defines a task that is scheduled to run at a given time, periodically or in a one-off fashion.
|
| SqlDimensionValueLoader |
The SqlDimensionValueLoader sends values to the configured sql backend to load dimension values into the dimension
cache.
|
| TaskScheduler |
Defines a scheduler that runs tasks that load data from Druid periodically or in one-off fashion.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.