public interface VolatileIntervalsService
| Modifier and Type | Method and Description | 
|---|---|
default SimplifiedIntervalList | 
getVolatileIntervals(DruidAggregationQuery<?> query,
                    PhysicalTable factSource)
Deprecated. 
 
Exists solely for backwards compatibility.
  
getVolatileIntervals(Granularity, List, PhysicalTable) should be used instead | 
SimplifiedIntervalList | 
getVolatileIntervals(Granularity granularity,
                    List<org.joda.time.Interval> intervals,
                    PhysicalTable factSource)
Retrieve a simplified sublist of the given intervals aligned to the specified time buckets and that are
 partially or fully volatile. 
 | 
SimplifiedIntervalList getVolatileIntervals(Granularity granularity, List<org.joda.time.Interval> intervals, PhysicalTable factSource)
granularity - The granularity at which to check for volatilityintervals - The intervals that may contain a volatile sublistfactSource - The fact source table whose intervals are being retrieved@Deprecated default SimplifiedIntervalList getVolatileIntervals(DruidAggregationQuery<?> query, PhysicalTable factSource)
getVolatileIntervals(Granularity, List, PhysicalTable) should be used insteadquery - The query whose time bucketed intervals will be checked for volatilityfactSource - The fact source table whose intervals are being retrievedCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.