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