Uses of Interface
org.apache.flink.client.deployment.application.EntryClassInformationProvider
-
Packages that use EntryClassInformationProvider Package Description org.apache.flink.client.deployment.application -
-
Uses of EntryClassInformationProvider in org.apache.flink.client.deployment.application
Classes in org.apache.flink.client.deployment.application that implement EntryClassInformationProvider Modifier and Type Class Description classFromClasspathEntryClassInformationProviderFromClasspathEntryClassInformationProviderassumes the passed job class being available on some classpath.classFromJarEntryClassInformationProviderFromJarEntryClassInformationProvideris used for cases where the Jar archive is explicitly specified.
-