Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.FlinkJobProfile
Packages that use FlinkJobProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of FlinkJobProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type FlinkJobProfileModifier and TypeClassDescriptionfinal classJob specifications for flink clusters in application deployment mode.Methods in com.azure.resourcemanager.hdinsight.containers.models that return FlinkJobProfileModifier and TypeMethodDescriptionstatic FlinkJobProfileFlinkJobProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FlinkJobProfile from the JsonReader.FlinkProfile.jobSpec()Get the jobSpec property: Job specifications for flink clusters in application deployment mode.Set the args property: A string property representing additional JVM arguments for the Flink job.FlinkJobProfile.withEntryClass(String entryClass) Set the entryClass property: A string property that specifies the entry class for the Flink job.FlinkJobProfile.withJarName(String jarName) Set the jarName property: A string property that represents the name of the job JAR.FlinkJobProfile.withJobJarDirectory(String jobJarDirectory) Set the jobJarDirectory property: A string property that specifies the directory where the job JAR is located.FlinkJobProfile.withSavePointName(String savePointName) Set the savePointName property: A string property that represents the name of the savepoint for the Flink job.FlinkJobProfile.withUpgradeMode(UpgradeMode upgradeMode) Set the upgradeMode property: A string property that indicates the upgrade mode to be performed on the Flink job.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type FlinkJobProfileModifier and TypeMethodDescriptionFlinkProfile.withJobSpec(FlinkJobProfile jobSpec) Set the jobSpec property: Job specifications for flink clusters in application deployment mode.