Uses of Class
org.apache.flink.yarn.configuration.YarnDeploymentTarget
-
Packages that use YarnDeploymentTarget Package Description org.apache.flink.yarn.configuration -
-
Uses of YarnDeploymentTarget in org.apache.flink.yarn.configuration
Methods in org.apache.flink.yarn.configuration that return YarnDeploymentTarget Modifier and Type Method Description static YarnDeploymentTargetYarnDeploymentTarget. fromConfig(org.apache.flink.configuration.Configuration configuration)static YarnDeploymentTargetYarnDeploymentTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static YarnDeploymentTarget[]YarnDeploymentTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.
-