Uses of Class
org.apache.flink.kubernetes.operator.utils.SavepointStatus
-
Packages that use SavepointStatus Package Description org.apache.flink.kubernetes.operator.utils -
-
Uses of SavepointStatus in org.apache.flink.kubernetes.operator.utils
Methods in org.apache.flink.kubernetes.operator.utils that return SavepointStatus Modifier and Type Method Description static SavepointStatusSavepointUtils. getLastSavepointStatus(org.apache.flink.kubernetes.operator.api.AbstractFlinkResource<?,?> resource)static SavepointStatusSavepointStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SavepointStatus[]SavepointStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-