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