Interface BlobView

    • Method Detail

      • get

        boolean get​(JobID jobId,
                    BlobKey blobKey,
                    File localFile)
             throws IOException
        Copies a blob to a local file.
        Parameters:
        jobId - ID of the job this blob belongs to (or null if job-unrelated)
        blobKey - The blob ID
        localFile - The local file to copy to
        Returns:
        whether the file was copied (true) or not (false)
        Throws:
        IOException - If the copy fails