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