| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.catalog |
| 限定符和类型 | 方法和说明 |
|---|---|
CatalogMaterializedTable.LogicalRefreshMode |
DefaultCatalogMaterializedTable.getLogicalRefreshMode() |
CatalogMaterializedTable.LogicalRefreshMode |
ResolvedCatalogMaterializedTable.getLogicalRefreshMode() |
CatalogMaterializedTable.LogicalRefreshMode |
CatalogMaterializedTable.getLogicalRefreshMode()
Get the logical refresh mode of materialized table.
|
static CatalogMaterializedTable.LogicalRefreshMode |
CatalogMaterializedTable.LogicalRefreshMode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CatalogMaterializedTable.LogicalRefreshMode[] |
CatalogMaterializedTable.LogicalRefreshMode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
CatalogMaterializedTable.Builder |
CatalogMaterializedTable.Builder.logicalRefreshMode(CatalogMaterializedTable.LogicalRefreshMode logicalRefreshMode) |
| 构造器和说明 |
|---|
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–2024 The Apache Software Foundation. All rights reserved.