Interface UsedSegmentChecker


  • public interface UsedSegmentChecker
    • Method Detail

      • findUsedSegments

        Set<org.apache.druid.timeline.DataSegment> findUsedSegments​(Set<SegmentIdWithShardSpec> identifiers)
                                                             throws IOException
        For any identifiers that exist and are actually used, returns the corresponding DataSegment objects.
        Parameters:
        identifiers - identifiers to search for
        Returns:
        used DataSegments
        Throws:
        IOException