Uses of Class
cn.sliew.flinkful.common.enums.DeploymentMode
-
-
Uses of DeploymentMode in cn.sliew.flinkful.common.enums
Methods in cn.sliew.flinkful.common.enums that return DeploymentMode Modifier and Type Method Description static DeploymentModeDeploymentMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DeploymentMode[]DeploymentMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-