| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
CatalogMaterializedTable.RefreshMode |
DefaultCatalogMaterializedTable.getRefreshMode() |
CatalogMaterializedTable.RefreshMode |
ResolvedCatalogMaterializedTable.getRefreshMode() |
CatalogMaterializedTable.RefreshMode |
CatalogMaterializedTable.getRefreshMode()
Get the physical refresh mode of materialized table.
|
static CatalogMaterializedTable.RefreshMode |
CatalogMaterializedTable.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.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogMaterializedTable.Builder |
CatalogMaterializedTable.Builder.refreshMode(CatalogMaterializedTable.RefreshMode refreshMode) |
| Constructor and 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) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.