Uses of Class
org.apache.flink.table.catalog.IntervalFreshness
Packages that use IntervalFreshness
-
Uses of IntervalFreshness in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return IntervalFreshnessModifier and TypeMethodDescriptionCatalogMaterializedTable.getDefinitionFreshness()Get the definition freshness of materialized table which is used to determine the physical refresh mode.DefaultCatalogMaterializedTable.getDefinitionFreshness()ResolvedCatalogMaterializedTable.getDefinitionFreshness()static IntervalFreshnessIntervalFreshness.of(String interval, IntervalFreshness.TimeUnit timeUnit) static IntervalFreshnessstatic IntervalFreshnessstatic IntervalFreshnessstatic IntervalFreshnessMethods in org.apache.flink.table.catalog with parameters of type IntervalFreshnessModifier and TypeMethodDescriptionCatalogMaterializedTable.Builder.freshness(IntervalFreshness freshness) Constructors in org.apache.flink.table.catalog with parameters of type IntervalFreshnessModifierConstructorDescriptionprotectedDefaultCatalogMaterializedTable(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 IntervalFreshnessModifier and TypeMethodDescriptionstatic 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)