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 BlobClient
BlobServer. 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 void
ClientUtils. extractAndUploadExecutionPlanFiles(ExecutionPlan executionPlan, org.apache.flink.util.function.SupplierWithException<BlobClient,IOException> clientSupplier)
Extracts all files required for the execution from the givenExecutionPlan
and uploads them using theBlobClient
from the givenSupplier
.static void
ClientUtils. 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 givenExecutionPlan
using theBlobClient
from the givenSupplier
.
-