Uses of Class
org.apache.flink.kubernetes.operator.config.Mode
-
Packages that use Mode Package Description org.apache.flink.kubernetes.operator.config -
-
Uses of Mode in org.apache.flink.kubernetes.operator.config
Methods in org.apache.flink.kubernetes.operator.config that return Mode Modifier and Type Method Description static ModeMode. getMode(FlinkDeployment flinkApp)Return the mode of the given FlinkDeployment for Observer and Reconciler.static ModeMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Mode[]Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-