Uses of Class
org.apache.flink.table.catalog.CatalogMaterializedTable.LogicalRefreshMode
-
Packages that use CatalogMaterializedTable.LogicalRefreshMode Package Description org.apache.flink.table.catalog -
-
Uses of CatalogMaterializedTable.LogicalRefreshMode in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogMaterializedTable.LogicalRefreshMode Modifier and Type Method Description CatalogMaterializedTable.LogicalRefreshModeCatalogMaterializedTable. getLogicalRefreshMode()Get the logical refresh mode of materialized table.CatalogMaterializedTable.LogicalRefreshModeDefaultCatalogMaterializedTable. getLogicalRefreshMode()CatalogMaterializedTable.LogicalRefreshModeResolvedCatalogMaterializedTable. getLogicalRefreshMode()static CatalogMaterializedTable.LogicalRefreshModeCatalogMaterializedTable.LogicalRefreshMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CatalogMaterializedTable.LogicalRefreshMode[]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.LogicalRefreshMode Modifier and Type Method Description CatalogMaterializedTable.BuilderCatalogMaterializedTable.Builder. logicalRefreshMode(CatalogMaterializedTable.LogicalRefreshMode logicalRefreshMode)Constructors in org.apache.flink.table.catalog with parameters of type CatalogMaterializedTable.LogicalRefreshMode 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)
-