Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.UpgradeMode
Packages that use UpgradeMode
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of UpgradeMode in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type UpgradeMode in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classA string property that indicates the upgrade mode to be performed on the Flink job.Fields in com.azure.resourcemanager.hdinsight.containers.models declared as UpgradeModeModifier and TypeFieldDescriptionstatic final UpgradeModeUpgradeMode.LAST_STATE_UPDATEStatic value LAST_STATE_UPDATE for UpgradeMode.static final UpgradeModeUpgradeMode.STATELESS_UPDATEStatic value STATELESS_UPDATE for UpgradeMode.static final UpgradeModeUpgradeMode.UPDATEStatic value UPDATE for UpgradeMode.Methods in com.azure.resourcemanager.hdinsight.containers.models that return UpgradeModeModifier and TypeMethodDescriptionstatic UpgradeModeUpgradeMode.fromString(String name) Creates or finds a UpgradeMode from its string representation.FlinkJobProfile.upgradeMode()Get 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 that return types with arguments of type UpgradeModeModifier and TypeMethodDescriptionstatic Collection<UpgradeMode> UpgradeMode.values()Gets known UpgradeMode values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type UpgradeModeModifier and TypeMethodDescriptionFlinkJobProfile.withUpgradeMode(UpgradeMode upgradeMode) Set the upgradeMode property: A string property that indicates the upgrade mode to be performed on the Flink job.