LoadSpec.LoadSpecResult| Constructor and Description |
|---|
S3LoadSpec(S3DataSegmentPuller puller,
String bucket,
String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket() |
String |
getKey() |
LoadSpec.LoadSpecResult |
loadSegment(File outDir)
Method should put the segment files in the directory passed
|
public S3LoadSpec(S3DataSegmentPuller puller, String bucket, String key)
public LoadSpec.LoadSpecResult loadSegment(File outDir) throws SegmentLoadingException
LoadSpecloadSegment in interface LoadSpecoutDir - The destination directorySegmentLoadingExceptionpublic String getBucket()
public String getKey()
Copyright © 2011–2017. All rights reserved.