Uses of Class
org.apache.flink.runtime.blob.BlobClient
-
Packages that use BlobClient Package Description org.apache.flink.runtime.blob org.apache.flink.runtime.client -
-
Uses of BlobClient in org.apache.flink.runtime.blob
Methods in org.apache.flink.runtime.blob that return BlobClient Modifier and Type Method Description protected BlobClientBlobServer. createClient() -
Uses of BlobClient in org.apache.flink.runtime.client
Method parameters in org.apache.flink.runtime.client with type arguments of type BlobClient Modifier and Type Method Description static 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.
-