Modifier and Type | Method and Description |
---|---|
protected DruidWebService |
AbstractBinderFactory.buildDruidWebService(DruidServiceConfig druidServiceConfig,
com.fasterxml.jackson.databind.ObjectMapper mapper)
Create a DruidWebService.
|
protected DruidWebService |
AbstractBinderFactory.buildDruidWebService(com.fasterxml.jackson.databind.ObjectMapper mapper)
Create a DruidWebService for the UI connection.
|
protected DruidWebService |
AbstractBinderFactory.buildMetadataDruidWebService(com.fasterxml.jackson.databind.ObjectMapper mapper)
Create a DruidWebService for metadata.
|
protected DruidWebService |
AbstractBinderFactory.buildNonUiDruidWebService(com.fasterxml.jackson.databind.ObjectMapper mapper)
Deprecated.
removed non-ui webservice, this method is no longer used
|
Modifier and Type | Method and Description |
---|---|
protected DataSourceMetadataLoadTask |
AbstractBinderFactory.buildDataSourceMetadataLoader(DruidWebService webService,
PhysicalTableDictionary physicalTableDictionary,
DataSourceMetadataService metadataService,
com.fasterxml.jackson.databind.ObjectMapper mapper)
Build a datasource metadata loader.
|
protected DimensionValueLoadTask |
AbstractBinderFactory.buildDruidDimensionsLoader(DruidWebService webService,
PhysicalTableDictionary physicalTableDictionary,
DimensionDictionary dimensionDictionary)
Build a DimensionValueLoadTask.
|
protected RegisteredLookupMetadataLoadTask |
AbstractBinderFactory.buildLookupMetaDataLoader(DruidWebService webService,
DimensionDictionary dimensionDictionary)
Builds a lookup metadata loader.
|
Constructor and Description |
---|
DruidDimensionValueLoader(PhysicalTableDictionary physicalTableDictionary,
DimensionDictionary dimensionDictionary,
DruidWebService druidWebService)
DruidDimensionRowProvider fetches data from Druid and adds it to the dimension cache.
|
DruidDimensionValueLoader(PhysicalTableDictionary physicalTableDictionary,
DimensionDictionary dimensionDictionary,
List<String> dimensionsToLoad,
DruidWebService druidWebService)
DruidDimensionRowProvider fetches data from Druid and adds it to the dimension cache.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncDruidWebServiceImpl
Represents the druid web service endpoint.
|
Constructor and Description |
---|
DataSourceMetadataLoadTask(PhysicalTableDictionary physicalTableDictionary,
DataSourceMetadataService metadataService,
DruidWebService druidWebService,
com.fasterxml.jackson.databind.ObjectMapper mapper)
Datasource metadata loader fetches data from the druid coordinator and updates the datasource metadata service.
|
RegisteredLookupMetadataLoadTask(DruidWebService druidClient,
DimensionDictionary dimensionDictionary)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected DruidWebService |
AsyncWebServiceRequestHandler.druidWebService |
protected DruidWebService |
WeightCheckRequestHandler.webService |
Modifier and Type | Method and Description |
---|---|
DruidWebService |
WebServiceHandler.getWebService() |
Constructor and Description |
---|
AsyncWebServiceRequestHandler(DruidWebService druidWebService,
com.fasterxml.jackson.databind.ObjectMapper mapper)
Build the request handler.
|
DefaultWebServiceHandlerSelector(DruidWebService webService,
DataRequestHandler webServiceNext)
Constructor.
|
WebServiceHandler(DruidWebService webService,
DataRequestHandler next)
Constructor.
|
WebServiceSelectorRequestHandler(DruidWebService webService,
DataRequestHandler webserviceNext,
com.fasterxml.jackson.databind.ObjectMapper mapper)
Constructor.
|
WeightCheckRequestHandler(DataRequestHandler next,
DruidWebService webService,
QueryWeightUtil queryWeightUtil,
com.fasterxml.jackson.databind.ObjectMapper mapper)
Build a weight checking request handler.
|
Modifier and Type | Field and Description |
---|---|
protected DruidWebService |
SqlWorkflow.webService |
protected DruidWebService |
DruidWorkflow.webService |
Constructor and Description |
---|
DruidWorkflow(DataCache<?> dataCache,
DruidWebService webService,
QueryWeightUtil weightUtil,
PhysicalTableDictionary physicalTableDictionary,
PartialDataHandler partialDataHandler,
QuerySigningService<?> querySigningService,
VolatileIntervalsService volatileIntervalsService,
com.fasterxml.jackson.databind.ObjectMapper mapper)
Constructor.
|
SqlWorkflow(DataCache<?> dataCache,
DruidWebService webService,
QueryWeightUtil weightUtil,
PhysicalTableDictionary physicalTableDictionary,
PartialDataHandler partialDataHandler,
QuerySigningService<?> querySigningService,
VolatileIntervalsService volatileIntervalsService,
com.fasterxml.jackson.databind.ObjectMapper mapper)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected DimensionValueLoadTask |
GenericBinderFactory.buildDruidDimensionsLoader(DruidWebService webService,
PhysicalTableDictionary physicalTableDictionary,
DimensionDictionary dimensionDictionary) |
Constructor and Description |
---|
DruidNavigator(DruidWebService druidWebService,
com.fasterxml.jackson.databind.ObjectMapper mapper)
Constructs a DruidNavigator to load datasources from druid.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.