Uses of Enum
org.apache.flink.table.catalog.CatalogMaterializedTable.RefreshStatus
Packages that use CatalogMaterializedTable.RefreshStatus
-
Uses of CatalogMaterializedTable.RefreshStatus in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogMaterializedTable.RefreshStatusModifier and TypeMethodDescriptionCatalogMaterializedTable.getRefreshStatus()Get the refresh status of materialized table.DefaultCatalogMaterializedTable.getRefreshStatus()ResolvedCatalogMaterializedTable.getRefreshStatus()TableChange.ModifyRefreshStatus.getRefreshStatus()Returns the enum constant of this type with the specified name.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.RefreshStatusModifier and TypeMethodDescriptionCatalogMaterializedTable.copy(CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler) Returns a copy of thisCatalogDynamicTablewith given refresh info.DefaultCatalogMaterializedTable.copy(CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler) ResolvedCatalogMaterializedTable.copy(CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler) TableChange.modifyRefreshStatus(CatalogMaterializedTable.RefreshStatus refreshStatus) A table change to modify materialized table refresh status.CatalogMaterializedTable.Builder.refreshStatus(CatalogMaterializedTable.RefreshStatus refreshStatus) Constructors in org.apache.flink.table.catalog with parameters of type CatalogMaterializedTable.RefreshStatusModifierConstructorDescriptionprotectedDefaultCatalogMaterializedTable(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)