Uses of Class
org.apache.flink.runtime.blob.BlobClient
Packages that use BlobClient
-
Uses of BlobClient in org.apache.flink.runtime.blob
Methods in org.apache.flink.runtime.blob that return BlobClient -
Uses of BlobClient in org.apache.flink.runtime.client
Method parameters in org.apache.flink.runtime.client with type arguments of type BlobClientModifier and TypeMethodDescriptionstatic voidClientUtils.extractAndUploadExecutionPlanFiles(ExecutionPlan executionPlan, org.apache.flink.util.function.SupplierWithException<BlobClient, IOException> clientSupplier) Extracts all files required for the execution from the givenExecutionPlanand uploads them using theBlobClientfrom the givenSupplier.static voidClientUtils.uploadExecutionPlanFiles(ExecutionPlan executionPlan, Collection<org.apache.flink.core.fs.Path> userJars, Collection<org.apache.flink.api.java.tuple.Tuple2<String, org.apache.flink.core.fs.Path>> userArtifacts, org.apache.flink.util.function.SupplierWithException<BlobClient, IOException> clientSupplier) Uploads the given jars and artifacts required for the execution of the givenExecutionPlanusing theBlobClientfrom the givenSupplier.