Uses of Class
org.apache.flink.table.catalog.CatalogMaterializedTable.RefreshMode
-
Packages that use CatalogMaterializedTable.RefreshMode Package Description org.apache.flink.table.catalog -
-
Uses of CatalogMaterializedTable.RefreshMode in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogMaterializedTable.RefreshMode Modifier and Type Method Description CatalogMaterializedTable.RefreshModeCatalogMaterializedTable. getRefreshMode()Get the physical refresh mode of materialized table.CatalogMaterializedTable.RefreshModeDefaultCatalogMaterializedTable. getRefreshMode()CatalogMaterializedTable.RefreshModeResolvedCatalogMaterializedTable. getRefreshMode()static CatalogMaterializedTable.RefreshModeCatalogMaterializedTable.RefreshMode. valueOf(String name)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.RefreshMode Modifier and Type Method Description CatalogMaterializedTable.BuilderCatalogMaterializedTable.Builder. refreshMode(CatalogMaterializedTable.RefreshMode refreshMode)Constructors in org.apache.flink.table.catalog with parameters of type CatalogMaterializedTable.RefreshMode 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)
-