Uses of Class
org.apache.flink.table.catalog.CatalogMaterializedTable.RefreshStatus
-
Packages that use CatalogMaterializedTable.RefreshStatus Package Description org.apache.flink.table.catalog -
-
Uses of CatalogMaterializedTable.RefreshStatus in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogMaterializedTable.RefreshStatus Modifier and Type Method Description CatalogMaterializedTable.RefreshStatusCatalogMaterializedTable. getRefreshStatus()Get the refresh status of materialized table.CatalogMaterializedTable.RefreshStatusDefaultCatalogMaterializedTable. getRefreshStatus()CatalogMaterializedTable.RefreshStatusResolvedCatalogMaterializedTable. getRefreshStatus()CatalogMaterializedTable.RefreshStatusTableChange.ModifyRefreshStatus. getRefreshStatus()static CatalogMaterializedTable.RefreshStatusCatalogMaterializedTable.RefreshStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CatalogMaterializedTable.RefreshStatus[]CatalogMaterializedTable.RefreshStatus. 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.RefreshStatus Modifier and Type Method Description CatalogMaterializedTableCatalogMaterializedTable. copy(CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler)Returns a copy of thisCatalogDynamicTablewith given refresh info.CatalogMaterializedTableDefaultCatalogMaterializedTable. copy(CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler)ResolvedCatalogMaterializedTableResolvedCatalogMaterializedTable. copy(CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler)static TableChange.ModifyRefreshStatusTableChange. modifyRefreshStatus(CatalogMaterializedTable.RefreshStatus refreshStatus)A table change to modify materialized table refresh status.CatalogMaterializedTable.BuilderCatalogMaterializedTable.Builder. refreshStatus(CatalogMaterializedTable.RefreshStatus refreshStatus)Constructors in org.apache.flink.table.catalog with parameters of type CatalogMaterializedTable.RefreshStatus 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)ModifyRefreshStatus(CatalogMaterializedTable.RefreshStatus refreshStatus)
-