public interface BlobView
BlobStore.void get(BlobKey blobKey, File localFile) throws IOException
blobKey - The blob IDlocalFile - The local file to copy toIOException - If the copy failsvoid get(JobID jobId, String key, File localFile) throws IOException
jobId - The JobID part of ID for the blobkey - The String part of ID for the bloblocalFile - The local file to copy toIOException - If the copy failsCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.