public class TableInfo extends Object
| Constructor and Description |
|---|
TableInfo(org.apache.flink.cdc.common.event.TableId tableId,
org.apache.flink.cdc.common.schema.Schema schema,
org.apache.flink.cdc.common.data.RecordData.FieldGetter[] fieldGetters,
BinaryRecordDataGenerator recordDataGenerator) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.cdc.common.data.RecordData.FieldGetter[] |
getFieldGetters() |
String |
getName() |
String |
getNamespace() |
BinaryRecordDataGenerator |
getRecordDataGenerator() |
org.apache.flink.cdc.common.schema.Schema |
getSchema() |
String |
getSchemaName() |
org.apache.flink.cdc.common.event.TableId |
getTableId() |
String |
getTableName() |
static TableInfo |
of(org.apache.flink.cdc.common.event.TableId tableId,
org.apache.flink.cdc.common.schema.Schema schema) |
public TableInfo(org.apache.flink.cdc.common.event.TableId tableId,
org.apache.flink.cdc.common.schema.Schema schema,
org.apache.flink.cdc.common.data.RecordData.FieldGetter[] fieldGetters,
BinaryRecordDataGenerator recordDataGenerator)
public String getName()
public String getTableName()
public String getSchemaName()
public String getNamespace()
public org.apache.flink.cdc.common.event.TableId getTableId()
public org.apache.flink.cdc.common.schema.Schema getSchema()
public org.apache.flink.cdc.common.data.RecordData.FieldGetter[] getFieldGetters()
public BinaryRecordDataGenerator getRecordDataGenerator()
public static TableInfo of(org.apache.flink.cdc.common.event.TableId tableId, org.apache.flink.cdc.common.schema.Schema schema)
Copyright © 2024 The Apache Software Foundation. All rights reserved.