public interface BlobView
BlobStore.| Modifier and Type | Method and Description |
|---|---|
boolean |
get(org.apache.flink.api.common.JobID jobId,
BlobKey blobKey,
File localFile)
Copies a blob to a local file.
|
boolean get(org.apache.flink.api.common.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–2023 The Apache Software Foundation. All rights reserved.