Uses of Class
org.apache.flink.kubernetes.operator.api.status.JobManagerDeploymentStatus
-
Packages that use JobManagerDeploymentStatus Package Description org.apache.flink.kubernetes.operator.api.status -
-
Uses of JobManagerDeploymentStatus in org.apache.flink.kubernetes.operator.api.status
Methods in org.apache.flink.kubernetes.operator.api.status that return JobManagerDeploymentStatus Modifier and Type Method Description static JobManagerDeploymentStatusJobManagerDeploymentStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JobManagerDeploymentStatus[]JobManagerDeploymentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-