public interface BlobView
BlobStore
.Modifier and Type | Method and Description |
---|---|
boolean |
get(JobID jobId,
BlobKey blobKey,
File localFile)
Copies a blob to a local file.
|
boolean get(JobID jobId, BlobKey blobKey, File localFile) throws IOException
jobId
- ID of the job this blob belongs to (or null if job-unrelated)blobKey
- The blob IDlocalFile
- The local file to copy toIOException
- If the copy failsCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.