Uses of Interface
org.apache.flink.client.program.PackagedProgramRetriever
-
Packages that use PackagedProgramRetriever Package Description org.apache.flink.client.program -
-
Uses of PackagedProgramRetriever in org.apache.flink.client.program
Classes in org.apache.flink.client.program that implement PackagedProgramRetriever Modifier and Type Class Description classDefaultPackagedProgramRetrieverPackageProgramRetrieverImplis the default implementation ofPackagedProgramRetrieverthat can either retrieve aPackagedProgramfrom a specific jar, some provided user classpath or the system classpath.
-