Package org.apache.flink.table.catalog
Class MaterializedTableEnrichmentResult
- java.lang.Object
-
- org.apache.flink.table.catalog.MaterializedTableEnrichmentResult
-
@Experimental public class MaterializedTableEnrichmentResult extends Object
Result of the enrichment process containing the resolved freshness interval and physical refresh mode for aCatalogMaterializedTable.This object is returned by
MaterializedTableEnricherafter determining the final, non-null values for both properties.
-
-
Constructor Summary
Constructors Constructor Description MaterializedTableEnrichmentResult(IntervalFreshness freshness, CatalogMaterializedTable.RefreshMode refreshMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntervalFreshnessgetFreshness()CatalogMaterializedTable.RefreshModegetRefreshMode()
-
-
-
Constructor Detail
-
MaterializedTableEnrichmentResult
public MaterializedTableEnrichmentResult(IntervalFreshness freshness, CatalogMaterializedTable.RefreshMode refreshMode)
-
-
Method Detail
-
getFreshness
public IntervalFreshness getFreshness()
-
getRefreshMode
public CatalogMaterializedTable.RefreshMode getRefreshMode()
-
-