public interface UsedSegmentChecker
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.druid.timeline.DataSegment> |
findUsedSegments(Set<SegmentIdentifier> identifiers)
For any identifiers that exist and are actually used, returns the corresponding DataSegment objects.
|
Set<org.apache.druid.timeline.DataSegment> findUsedSegments(Set<SegmentIdentifier> identifiers) throws IOException
identifiers - identifiers to search forIOExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.