public class AzureDataSegmentPuller extends Object implements io.druid.segment.loading.DataSegmentPuller
| Constructor and Description |
|---|
AzureDataSegmentPuller(AzureStorage azureStorage) |
| Modifier and Type | Method and Description |
|---|---|
void |
getSegmentFiles(io.druid.timeline.DataSegment segment,
File outDir) |
com.metamx.common.FileUtils.FileCopyResult |
getSegmentFiles(String containerName,
String blobPath,
File outDir) |
void |
prepareOutDir(File outDir) |
@Inject public AzureDataSegmentPuller(AzureStorage azureStorage)
public com.metamx.common.FileUtils.FileCopyResult getSegmentFiles(String containerName, String blobPath, File outDir) throws io.druid.segment.loading.SegmentLoadingException
io.druid.segment.loading.SegmentLoadingExceptionpublic void getSegmentFiles(io.druid.timeline.DataSegment segment,
File outDir)
throws io.druid.segment.loading.SegmentLoadingException
getSegmentFiles in interface io.druid.segment.loading.DataSegmentPullerio.druid.segment.loading.SegmentLoadingExceptionpublic void prepareOutDir(File outDir) throws com.metamx.common.ISE
com.metamx.common.ISECopyright © 2011–2015. All rights reserved.