Interface SegmentFetcher

    • Method Detail

      • fetchSegmentToLocal

        void fetchSegmentToLocal​(URI uri,
                                 File dest)
                          throws Exception
        Fetches a segment from URI location to local.
        Throws:
        Exception
      • fetchSegmentToLocal

        void fetchSegmentToLocal​(List<URI> uri,
                                 File dest)
                          throws Exception
        Fetches a segment to local from any uri in the given list.
        Throws:
        Exception