Uses of Class
org.apache.flink.table.catalog.IntervalFreshness.TimeUnit
-
Packages that use IntervalFreshness.TimeUnit Package Description org.apache.flink.table.catalog -
-
Uses of IntervalFreshness.TimeUnit in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return IntervalFreshness.TimeUnit Modifier and Type Method Description IntervalFreshness.TimeUnitIntervalFreshness. getTimeUnit()static IntervalFreshness.TimeUnitIntervalFreshness.TimeUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static IntervalFreshness.TimeUnit[]IntervalFreshness.TimeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.catalog with parameters of type IntervalFreshness.TimeUnit Modifier and Type Method Description static IntervalFreshnessIntervalFreshness. of(String interval, IntervalFreshness.TimeUnit timeUnit)
-