public class TableChangeInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TableChangeInfo.Serializer
Serializer for
TableChangeInfo. |
| Modifier and Type | Field and Description |
|---|---|
static TableChangeInfo.Serializer |
SERIALIZER |
| Constructor and Description |
|---|
TableChangeInfo(org.apache.flink.cdc.common.event.TableId tableId,
org.apache.flink.cdc.common.schema.Schema originalSchema,
org.apache.flink.cdc.common.schema.Schema transformedSchema,
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() |
org.apache.flink.cdc.common.schema.Schema |
getOriginalSchema() |
BinaryRecordDataGenerator |
getRecordDataGenerator() |
String |
getSchemaName() |
org.apache.flink.cdc.common.event.TableId |
getTableId() |
String |
getTableName() |
org.apache.flink.cdc.common.schema.Schema |
getTransformedSchema() |
static TableChangeInfo |
of(org.apache.flink.cdc.common.event.TableId tableId,
org.apache.flink.cdc.common.schema.Schema originalSchema,
org.apache.flink.cdc.common.schema.Schema transformedSchema) |
public static final TableChangeInfo.Serializer SERIALIZER
public TableChangeInfo(org.apache.flink.cdc.common.event.TableId tableId,
org.apache.flink.cdc.common.schema.Schema originalSchema,
org.apache.flink.cdc.common.schema.Schema transformedSchema,
org.apache.flink.cdc.common.data.RecordData.FieldGetter[] fieldGetters,
BinaryRecordDataGenerator recordDataGenerator)
public String getName()
public String getTableName()
public String getSchemaName()
public org.apache.flink.cdc.common.event.TableId getTableId()
public org.apache.flink.cdc.common.schema.Schema getOriginalSchema()
public org.apache.flink.cdc.common.schema.Schema getTransformedSchema()
public org.apache.flink.cdc.common.data.RecordData.FieldGetter[] getFieldGetters()
public BinaryRecordDataGenerator getRecordDataGenerator()
public static TableChangeInfo of(org.apache.flink.cdc.common.event.TableId tableId, org.apache.flink.cdc.common.schema.Schema originalSchema, org.apache.flink.cdc.common.schema.Schema transformedSchema)
Copyright © 2024 The Apache Software Foundation. All rights reserved.