public class TransformRule extends Object implements Serializable
| 构造器和说明 |
|---|
TransformRule(String tableInclusions,
String projection,
String filter,
String primaryKey,
String partitionKey,
String tableOption,
String postTransformConverter,
org.apache.flink.cdc.common.source.SupportedMetadataColumn[] supportedMetadataColumns) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFilter() |
String |
getPartitionKey() |
String |
getPostTransformConverter() |
String |
getPrimaryKey() |
String |
getProjection() |
org.apache.flink.cdc.common.source.SupportedMetadataColumn[] |
getSupportedMetadataColumns() |
String |
getTableInclusions() |
String |
getTableOption() |
public TransformRule(String tableInclusions, @Nullable String projection, @Nullable String filter, String primaryKey, String partitionKey, String tableOption, @Nullable String postTransformConverter, org.apache.flink.cdc.common.source.SupportedMetadataColumn[] supportedMetadataColumns)
public String getTableInclusions()
public String getPrimaryKey()
public String getPartitionKey()
public String getTableOption()
public org.apache.flink.cdc.common.source.SupportedMetadataColumn[] getSupportedMetadataColumns()
Copyright © 2025 The Apache Software Foundation. All rights reserved.