public interface DataSegmentPuller
Modifier and Type | Method and Description |
---|---|
void |
getSegmentFiles(DataSegment segment,
File dir)
Pull down segment files for the given DataSegment and put them in the given directory.
|
void getSegmentFiles(DataSegment segment, File dir) throws SegmentLoadingException
segment
- The segment to pull down files fordir
- The directory to store the files inSegmentLoadingException
- if there are any errorsCopyright © 2011–2017. All rights reserved.