Modifier and Type | Method and Description |
---|---|
protected VolatileIntervalsService |
AbstractBinderFactory.getVolatileIntervalsService()
Initialize the service that decides which intervals in a request are volatile relative to a physical table.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultingVolatileIntervalsService
An implementation of VolatileIntervalsService.
|
Constructor and Description |
---|
DefaultPhysicalTableResolver(PartialDataHandler partialDataHandler,
VolatileIntervalsService volatileIntervalsService)
Constructor.
|
VolatileTimeComparator(QueryPlanningConstraint requestConstraint,
PartialDataHandler partialDataHandler,
VolatileIntervalsService volatileIntervalsService)
Builds a table comparator that compares tables based on how much data there is in their volatile intervals.
|
Modifier and Type | Field and Description |
---|---|
protected VolatileIntervalsService |
VolatileDataRequestHandler.volatileIntervalsService |
Constructor and Description |
---|
VolatileDataRequestHandler(DataRequestHandler next,
PhysicalTableDictionary physicalTableDictionary,
VolatileIntervalsService volatileIntervalsService)
Detect volatile intervals and attach metadata describing the intervals to the request.
|
Modifier and Type | Field and Description |
---|---|
protected VolatileIntervalsService |
SqlWorkflow.volatileIntervalsService |
protected VolatileIntervalsService |
DruidWorkflow.volatileIntervalsService |
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.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.