public interface WebServiceHandlerSelector
| Modifier and Type | Method and Description |
|---|---|
WebServiceHandler |
select(DruidAggregationQuery<?> druidQuery,
DataApiRequest request,
RequestContext context)
Select which web service to use, based on the request information.
|
WebServiceHandler select(DruidAggregationQuery<?> druidQuery, DataApiRequest request, RequestContext context)
druidQuery - Druid query we intend to send to the chosen WebServicerequest - API Requestcontext - Context for the requestCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.