Uses of Class
org.apache.flink.table.catalog.IntervalFreshness
-
Packages that use IntervalFreshness Package Description org.apache.flink.table.catalog org.apache.flink.table.utils -
-
Uses of IntervalFreshness in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return IntervalFreshness Modifier and Type Method Description IntervalFreshnessCatalogMaterializedTable. getDefinitionFreshness()Get the definition freshness of materialized table which is used to determine the physical refresh mode.IntervalFreshnessDefaultCatalogMaterializedTable. getDefinitionFreshness()IntervalFreshnessResolvedCatalogMaterializedTable. getDefinitionFreshness()static IntervalFreshnessIntervalFreshness. of(String interval, IntervalFreshness.TimeUnit timeUnit)static IntervalFreshnessIntervalFreshness. ofDay(String interval)static IntervalFreshnessIntervalFreshness. ofHour(String interval)static IntervalFreshnessIntervalFreshness. ofMinute(String interval)static IntervalFreshnessIntervalFreshness. ofSecond(String interval)Methods in org.apache.flink.table.catalog with parameters of type IntervalFreshness Modifier and Type Method Description CatalogMaterializedTable.BuilderCatalogMaterializedTable.Builder. freshness(IntervalFreshness freshness)Constructors in org.apache.flink.table.catalog with parameters of type IntervalFreshness Constructor Description DefaultCatalogMaterializedTable(Schema schema, String comment, List<String> partitionKeys, Map<String,String> options, Long snapshot, String definitionQuery, IntervalFreshness freshness, CatalogMaterializedTable.LogicalRefreshMode logicalRefreshMode, CatalogMaterializedTable.RefreshMode refreshMode, CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler) -
Uses of IntervalFreshness in org.apache.flink.table.utils
Methods in org.apache.flink.table.utils with parameters of type IntervalFreshness Modifier and Type Method Description static StringIntervalFreshnessUtils. convertFreshnessToCron(IntervalFreshness intervalFreshness)This is an util method that is used to convert the freshness of materialized table to cron expression in full refresh mode.static DurationIntervalFreshnessUtils. convertFreshnessToDuration(IntervalFreshness intervalFreshness)
-