Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.FlinkJobProperties
Packages that use FlinkJobProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of FlinkJobProperties in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return FlinkJobPropertiesModifier and TypeMethodDescriptionstatic FlinkJobPropertiesFlinkJobProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FlinkJobProperties from the JsonReader.FlinkJobProperties.withAction(Action action) Set the action property: A string property that indicates the action to be performed on the Flink job.Set the args property: A string property representing additional JVM arguments for the Flink job.FlinkJobProperties.withEntryClass(String entryClass) Set the entryClass property: A string property that specifies the entry class for the Flink job.FlinkJobProperties.withFlinkConfiguration(Map<String, String> flinkConfiguration) Set the flinkConfiguration property: Additional properties used to configure Flink jobs.FlinkJobProperties.withJarName(String jarName) Set the jarName property: A string property that represents the name of the job JAR.FlinkJobProperties.withJobJarDirectory(String jobJarDirectory) Set the jobJarDirectory property: A string property that specifies the directory where the job JAR is located.FlinkJobProperties.withJobName(String jobName) Set the jobName property: Name of job.Set the runId property: Run id of job.FlinkJobProperties.withSavePointName(String savePointName) Set the savePointName property: A string property that represents the name of the savepoint for the Flink job.