Uses of Class
org.apache.flink.connector.base.DeliveryGuarantee
-
Packages that use DeliveryGuarantee Package Description org.apache.flink.connector.base -
-
Uses of DeliveryGuarantee in org.apache.flink.connector.base
Methods in org.apache.flink.connector.base that return DeliveryGuarantee Modifier and Type Method Description static DeliveryGuaranteeDeliveryGuarantee. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryGuarantee[]DeliveryGuarantee. values()Returns an array containing the constants of this enum type, in the order they are declared.
-