Uses of Enum
org.apache.flink.table.catalog.CatalogMaterializedTable.LogicalRefreshMode
Packages that use CatalogMaterializedTable.LogicalRefreshMode
-
Uses of CatalogMaterializedTable.LogicalRefreshMode in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogMaterializedTable.LogicalRefreshModeModifier and TypeMethodDescriptionCatalogMaterializedTable.getLogicalRefreshMode()Get the logical refresh mode of materialized table.DefaultCatalogMaterializedTable.getLogicalRefreshMode()ResolvedCatalogMaterializedTable.getLogicalRefreshMode()Returns the enum constant of this type with the specified name.CatalogMaterializedTable.LogicalRefreshMode.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.LogicalRefreshModeModifier and TypeMethodDescriptionCatalogMaterializedTable.Builder.logicalRefreshMode(CatalogMaterializedTable.LogicalRefreshMode logicalRefreshMode) Constructors in org.apache.flink.table.catalog with parameters of type CatalogMaterializedTable.LogicalRefreshModeModifierConstructorDescriptionprotectedDefaultCatalogMaterializedTable(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)