Uses of Enum
org.apache.flink.table.catalog.CatalogMaterializedTable.RefreshMode
Packages that use CatalogMaterializedTable.RefreshMode
-
Uses of CatalogMaterializedTable.RefreshMode in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogMaterializedTable.RefreshModeModifier and TypeMethodDescriptionCatalogMaterializedTable.getRefreshMode()Get the physical refresh mode of materialized table.DefaultCatalogMaterializedTable.getRefreshMode()ResolvedCatalogMaterializedTable.getRefreshMode()Returns the enum constant of this type with the specified name.static CatalogMaterializedTable.RefreshMode[]CatalogMaterializedTable.RefreshMode.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 CatalogMaterializedTable.RefreshModeModifier and TypeMethodDescriptionCatalogMaterializedTable.Builder.refreshMode(CatalogMaterializedTable.RefreshMode refreshMode) Constructors in org.apache.flink.table.catalog with parameters of type CatalogMaterializedTable.RefreshModeModifierConstructorDescriptionprotectedDefaultCatalogMaterializedTable(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)