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 forIOException
Copyright © 2011–2017. All rights reserved.