| Modifier and Type | Method and Description | 
|---|---|
protected QuerySigningService<?> | 
AbstractBinderFactory.buildQuerySigningService(PhysicalTableDictionary physicalTableDictionary,
                        DataSourceMetadataService dataSourceMetadataService)
Build a QuerySigningService. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SegmentIntervalsHashIdGenerator
An implementation of the QuerySigningService that generates segment id for requested interval. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected QuerySigningService<Long> | 
CacheV2RequestHandler.querySigningService  | 
| Constructor and Description | 
|---|
CacheV2RequestHandler(DataRequestHandler next,
                     DataCache<?> dataCache,
                     QuerySigningService<?> querySigningService,
                     com.fasterxml.jackson.databind.ObjectMapper mapper)
Build a Cache request handler. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected QuerySigningService<?> | 
SqlWorkflow.querySigningService  | 
protected QuerySigningService<?> | 
DruidWorkflow.querySigningService  | 
| 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. 
 | 
| Constructor and Description | 
|---|
CacheV2ResponseProcessor(ResponseProcessor next,
                        String cacheKey,
                        TupleDataCache<String,Long,String> dataCache,
                        QuerySigningService<Long> querySigningService,
                        com.fasterxml.jackson.databind.ObjectMapper mapper)
Constructor. 
 | 
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.