public interface UsedSegmentLister
| Modifier and Type | Method and Description |
|---|---|
List<DataSegment> |
getUsedSegmentsForIntervals(String dataSource,
List<org.joda.time.Interval> intervals)
Get all segments which may include any data in the interval and are flagged as used.
|
List<DataSegment> getUsedSegmentsForIntervals(String dataSource, List<org.joda.time.Interval> intervals) throws IOException
dataSource - The datasource to queryintervals - The intervals for which used segments are to be returnedIOExceptionCopyright © 2011–2017. All rights reserved.