Uses of Enum
org.apache.flink.yarn.configuration.YarnConfigOptions.UserJarInclusion
Packages that use YarnConfigOptions.UserJarInclusion
-
Uses of YarnConfigOptions.UserJarInclusion in org.apache.flink.yarn.configuration
Fields in org.apache.flink.yarn.configuration with type parameters of type YarnConfigOptions.UserJarInclusionModifier and TypeFieldDescriptionstatic final org.apache.flink.configuration.ConfigOption<YarnConfigOptions.UserJarInclusion>YarnConfigOptions.CLASSPATH_INCLUDE_USER_JARDefines whether user-jars are included in the system class path as well as their positioning in the path.Methods in org.apache.flink.yarn.configuration that return YarnConfigOptions.UserJarInclusionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static YarnConfigOptions.UserJarInclusion[]YarnConfigOptions.UserJarInclusion.values()Returns an array containing the constants of this enum type, in the order they are declared.