Uses of Class
org.apache.flink.client.deployment.application.FromClasspathEntryClassInformationProvider
Packages that use FromClasspathEntryClassInformationProvider
-
Uses of FromClasspathEntryClassInformationProvider in org.apache.flink.client.deployment.application
Methods in org.apache.flink.client.deployment.application that return FromClasspathEntryClassInformationProviderModifier and TypeMethodDescriptionCreates aFromClasspathEntryClassInformationProviderbased on the passed job class and classpath.FromClasspathEntryClassInformationProvider.createFromClasspath(Iterable<URL> classpath) Creates aFromClasspathEntryClassInformationProviderlooking for the entry class providing the main method on the passed classpath.FromClasspathEntryClassInformationProvider.createFromSystemClasspath()Creates aFromClasspathEntryClassInformationProviderlooking for the entry class providing the main method on the system classpath.FromClasspathEntryClassInformationProvider.createWithJobClassAssumingOnSystemClasspath(String jobClassName) Creates aFromClasspathEntryClassInformationProviderassuming that the passed job class is available on the system classpath.