Uses of Class
org.apache.flink.kubernetes.operator.config.Mode
-
Packages that use Mode Package Description org.apache.flink.kubernetes.operator.config org.apache.flink.kubernetes.operator.service -
-
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(org.apache.flink.kubernetes.operator.api.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. -
Uses of Mode in org.apache.flink.kubernetes.operator.service
Methods in org.apache.flink.kubernetes.operator.service with parameters of type Mode Modifier and Type Method Description protected voidStandaloneFlinkService. submitClusterInternal(org.apache.flink.configuration.Configuration conf, Mode mode)
-