Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

A

abs(byte) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ABS operator applied to byte values.
abs(short) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ABS operator applied to short values.
abs(int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ABS operator applied to int values.
abs(long) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ABS operator applied to long values.
abs(float) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ABS operator applied to float values.
abs(double) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ABS operator applied to double values.
ABS - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
AddColumnEventSerializer - Class in org.apache.flink.cdc.runtime.serializer.event
A TypeSerializer for AddColumnEvent.
AddColumnEventSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
AddColumnEventSerializer.AddColumnEventSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.event
Serializer configuration snapshot for compatibility and format evolution.
AddColumnEventSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer.AddColumnEventSerializerSnapshot
 
addSchemaOperatorID(OperatorID) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformDataOperator.Builder
 
addTimezone(String) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformDataOperator.Builder
 
addTransform(String, String, String) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformDataOperator.Builder
 
addTransform(String, String, String, String, String) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformSchemaOperator.Builder
 
afterGrow() - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
AlterColumnTypeEventSerializer - Class in org.apache.flink.cdc.runtime.serializer.event
A TypeSerializer for AlterColumnTypeEvent.
AlterColumnTypeEventSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
AlterColumnTypeEventSerializer.AlterColumnTypeEventSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.event
Serializer configuration snapshot for compatibility and format evolution.
AlterColumnTypeEventSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer.AlterColumnTypeEventSerializerSnapshot
 
applySchemaChange(SchemaChangeEvent) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaDerivation
 
applySchemaChange(SchemaChangeEvent) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
Apply schema change to a table.
ARG0_VARCHAR_FORCE_NULLABLE - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
Type-inference strategy whereby the result type of a call is the type of the operand #0 (0-based), with nulls always allowed.
ArrayDataSerializer - Class in org.apache.flink.cdc.runtime.serializer.data
Serializer for ArrayData.
ArrayDataSerializer(DataType) - Constructor for class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
ArrayDataSerializer.ArrayDataSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.data
TypeSerializerSnapshot for ArrayDataSerializer.
ArrayDataSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer.ArrayDataSerializerSnapshot
 

B

BETWEEN - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
betweenAsymmetric(String, String, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
betweenAsymmetric(Short, short, short) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
betweenAsymmetric(Integer, int, int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
betweenAsymmetric(Long, long, long) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
betweenAsymmetric(Float, float, float) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
betweenAsymmetric(Double, double, double) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
betweenAsymmetric(BigDecimal, BigDecimal, BigDecimal) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
BinaryRecordDataGenerator - Class in org.apache.flink.cdc.runtime.typeutils
This class is used to create BinaryRecordData.
BinaryRecordDataGenerator(RowType) - Constructor for class org.apache.flink.cdc.runtime.typeutils.BinaryRecordDataGenerator
 
BinaryRecordDataGenerator(DataType[]) - Constructor for class org.apache.flink.cdc.runtime.typeutils.BinaryRecordDataGenerator
 
BinaryRecordDataGenerator(DataType[], TypeSerializer[]) - Constructor for class org.apache.flink.cdc.runtime.typeutils.BinaryRecordDataGenerator
 
BinaryRecordDataSerializer - Class in org.apache.flink.cdc.runtime.serializer.data.binary
Serializer for BinaryRecordData.
BinaryRecordDataSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
BinaryRecordDataSerializer.BinaryRecordDataSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.data.binary
TypeSerializerSnapshot for BinaryRecordDataSerializer.
BinaryRecordDataSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer.BinaryRecordDataSerializerSnapshot
 
BinaryRecordDataWriter - Class in org.apache.flink.cdc.runtime.serializer.data.writer
Writer for BinaryRecordData.
BinaryRecordDataWriter(BinaryRecordData) - Constructor for class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
BinaryRecordDataWriter(BinaryRecordData, int) - Constructor for class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
BinaryWriter - Interface in org.apache.flink.cdc.runtime.serializer.data.writer
Writer to write a composite data format, like row, array.
BooleanSerializer - Class in org.apache.flink.cdc.runtime.serializer
Type serializer for Boolean.
BooleanSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
BooleanSerializer.BooleanSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer
Serializer configuration snapshot for compatibility and format evolution.
BooleanSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.BooleanSerializer.BooleanSerializerSnapshot
 
build() - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
build() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformDataOperator.Builder
 
build() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformSchemaOperator.Builder
 
Builder() - Constructor for class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
Builder() - Constructor for class org.apache.flink.cdc.runtime.operators.transform.TransformDataOperator.Builder
 
Builder() - Constructor for class org.apache.flink.cdc.runtime.operators.transform.TransformSchemaOperator.Builder
 
BuiltInScalarFunction - Class in org.apache.flink.cdc.runtime.functions
This is the case when the operator has a special parsing syntax or uses other Calcite-specific features that are not exposed via BuiltInFunctionDefinition yet.
BuiltInScalarFunction(String, int, SqlKind, SqlReturnTypeInference, SqlOperandTypeInference, SqlOperandTypeChecker, SqlFunctionCategory, boolean, boolean, Function<SqlOperatorBinding, SqlMonotonicity>) - Constructor for class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
 
BuiltInScalarFunction(String, SqlKind, SqlReturnTypeInference, SqlOperandTypeInference, SqlOperandTypeChecker, SqlFunctionCategory) - Constructor for class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
 
BuiltInScalarFunction.Builder - Class in org.apache.flink.cdc.runtime.functions
Builder for fluent definition of built-in functions.
BuiltInTimestampFunction - Class in org.apache.flink.cdc.runtime.functions
Function that used to define SQL time function like LOCALTIMESTAMP, CURRENT_TIMESTAMP, CURRENT_ROW_TIMESTAMP(), NOW() in Flink, the function support configuring the return type and the precision of return type.
BuiltInTimestampFunction(String, SqlTypeName, int) - Constructor for class org.apache.flink.cdc.runtime.functions.BuiltInTimestampFunction
 
BytePrimitiveArraySerializer - Class in org.apache.flink.cdc.runtime.serializer
A serializer for byte arrays.
BytePrimitiveArraySerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
BytePrimitiveArraySerializer.BytePrimitiveArraySerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer
Serializer configuration snapshot for compatibility and format evolution.
BytePrimitiveArraySerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer.BytePrimitiveArraySerializerSnapshot
 
ByteSerializer - Class in org.apache.flink.cdc.runtime.serializer
Type serializer for Byte.
ByteSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
ByteSerializer.ByteSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer
Serializer configuration snapshot for compatibility and format evolution.
ByteSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.ByteSerializer.ByteSerializerSnapshot
 

C

canEqual(Object) - Method in class org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
canEqual(Object) - Method in class org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
category(SqlFunctionCategory) - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
ceil(double) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
ceil(float) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
ceil(int, int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL CEIL operator applied to int values.
ceil(long, long) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL CEIL operator applied to long values.
CEIL - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
CHAR_LENGTH - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
charLength(String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
checkOperandTypes(SqlCallBinding, boolean) - Method in class org.apache.flink.cdc.runtime.parser.metadata.TransformNumericExceptFirstOperandChecker
 
checkpointCoordinator(long, CompletableFuture<byte[]>) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
cleanUp() - Static method in class org.apache.flink.cdc.runtime.operators.transform.TransformExpressionCompiler
Triggers internal garbage collection of expired cache entries.
close() - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
close() - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryRequestHandler
 
close() - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
close() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformDataOperator
 
close() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformSchemaOperator
 
coalesce(Object...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
ColumnSerializer - Class in org.apache.flink.cdc.runtime.serializer.schema
A TypeSerializer for Column.
ColumnSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
ColumnSerializer.ColumnSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.schema
Serializer configuration snapshot for compatibility and format evolution.
ColumnSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer.ColumnSerializerSnapshot
 
ColumnWithPositionSerializer - Class in org.apache.flink.cdc.runtime.serializer.schema
A TypeSerializer for AddColumnEvent.ColumnWithPosition.
ColumnWithPositionSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
ColumnWithPositionSerializer.ColumnWithPositionSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.schema
Serializer configuration snapshot for compatibility and format evolution.
ColumnWithPositionSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer.ColumnWithPositionSerializerSnapshot
 
compileExpression(TransformExpressionKey) - Static method in class org.apache.flink.cdc.runtime.operators.transform.TransformExpressionCompiler
Compiles an expression code to a janino ExpressionEvaluator.
compileExpression(String, List<String>, List<Class<?>>, Class<?>) - Static method in class org.apache.flink.cdc.runtime.parser.JaninoCompiler
 
complete() - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
complete() - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
Finally, complete write to set real size to binary.
concat(String...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
CONCAT_FUNCTION - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
convert(Object, DataType) - Static method in class org.apache.flink.cdc.runtime.typeutils.DataTypeConverter
 
convertCalciteRelDataTypeToDataType(RelDataType) - Static method in class org.apache.flink.cdc.runtime.typeutils.DataTypeConverter
 
convertCalciteType(DataType) - Static method in class org.apache.flink.cdc.runtime.typeutils.DataTypeConverter
 
convertOriginalClass(DataType) - Static method in class org.apache.flink.cdc.runtime.typeutils.DataTypeConverter
 
convertToOriginal(Object, DataType) - Static method in class org.apache.flink.cdc.runtime.typeutils.DataTypeConverter
 
CoordinationResponseUtils - Class in org.apache.flink.cdc.runtime.operators.schema.event
Utilities for wrapping and unwrapping CoordinationResponse by CollectCoordinationResponse.
CoordinationResponseUtils() - Constructor for class org.apache.flink.cdc.runtime.operators.schema.event.CoordinationResponseUtils
 
copy(Boolean) - Method in class org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
copy(Boolean, Boolean) - Method in class org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
copy(byte[]) - Method in class org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
copy(byte[], byte[]) - Method in class org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
copy(Byte) - Method in class org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
copy(Byte, Byte) - Method in class org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
copy(ArrayData) - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
copy(ArrayData, ArrayData) - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
copy(BinaryRecordData) - Method in class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
copy(BinaryRecordData, BinaryRecordData) - Method in class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
copy(DecimalData) - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
copy(DecimalData, DecimalData) - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
copy(LocalZonedTimestampData) - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
copy(LocalZonedTimestampData, LocalZonedTimestampData) - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
copy(RecordData) - Method in class org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
copy(RecordData, RecordData) - Method in class org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
copy(StringData) - Method in class org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
copy(StringData, StringData) - Method in class org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
copy(TimestampData) - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
copy(TimestampData, TimestampData) - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
copy(ZonedTimestampData) - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
copy(ZonedTimestampData, ZonedTimestampData) - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
copy(Double) - Method in class org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
copy(Double, Double) - Method in class org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
copy(T) - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
copy(T, T) - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
copy(AddColumnEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
copy(AddColumnEvent, AddColumnEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
copy(AlterColumnTypeEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
copy(AlterColumnTypeEvent, AlterColumnTypeEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
copy(CreateTableEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
copy(CreateTableEvent, CreateTableEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
copy(DataChangeEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
copy(DataChangeEvent, DataChangeEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
copy(DropColumnEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
copy(DropColumnEvent, DropColumnEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
copy(Event) - Method in class org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
copy(Event, Event) - Method in class org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
copy(PartitioningEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
copy(PartitioningEvent, PartitioningEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
copy(RenameColumnEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
copy(RenameColumnEvent, RenameColumnEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
copy(SchemaChangeEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
copy(SchemaChangeEvent, SchemaChangeEvent) - Method in class org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
copy(Float) - Method in class org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
copy(Float, Float) - Method in class org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
copy(Integer) - Method in class org.apache.flink.cdc.runtime.serializer.IntSerializer
 
copy(Integer, Integer) - Method in class org.apache.flink.cdc.runtime.serializer.IntSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.IntSerializer
 
copy(LinkedList<T>) - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
copy(LinkedList<T>, LinkedList<T>) - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
copy(List<T>) - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
 
copy(List<T>, List<T>) - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
 
copy(Long) - Method in class org.apache.flink.cdc.runtime.serializer.LongSerializer
 
copy(Long, Long) - Method in class org.apache.flink.cdc.runtime.serializer.LongSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.LongSerializer
 
copy(Map<K, V>) - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
copy(Map<K, V>, Map<K, V>) - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
copy(T) - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
copy(T, T) - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
copy(Column) - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
copy(Column, Column) - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
copy(AddColumnEvent.ColumnWithPosition) - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
copy(AddColumnEvent.ColumnWithPosition, AddColumnEvent.ColumnWithPosition) - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
copy(DataField) - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
copy(DataField, DataField) - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
copy(DataType) - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
copy(DataType, DataType) - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
copy(MetadataColumn) - Method in class org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
copy(MetadataColumn, MetadataColumn) - Method in class org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
copy(PhysicalColumn) - Method in class org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
copy(PhysicalColumn, PhysicalColumn) - Method in class org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
copy(RowType) - Method in class org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
copy(RowType, RowType) - Method in class org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
copy(Schema) - Method in class org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
copy(Schema, Schema) - Method in class org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
copy(Short) - Method in class org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
copy(Short, Short) - Method in class org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
copy(String) - Method in class org.apache.flink.cdc.runtime.serializer.StringSerializer
 
copy(String, String) - Method in class org.apache.flink.cdc.runtime.serializer.StringSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.StringSerializer
 
copy(TableId) - Method in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
copy(TableId, TableId) - Method in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
create(OperatorCoordinator.Context) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryProvider
 
create(SchemaPlus, String, Map<String, Object>) - Method in class org.apache.flink.cdc.runtime.parser.metadata.TransformSchemaFactory
 
create(DataType) - Static method in class org.apache.flink.cdc.runtime.serializer.InternalSerializers
Creates a TypeSerializer for internal data structures of the given DataType.
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.IntSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.LongSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.StringSerializer
 
createInstance() - Method in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
 
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer.ListSerializerSnapshot
 
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer.MapSerializerSnapshot
 
createSerializer(ExecutionConfig) - Method in class org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
createSerializer(ExecutionConfig) - Method in class org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
createStreamOperator(StreamOperatorParameters<CommittableMessage<CommT>>) - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperatorFactory
 
CreateTableEventSerializer - Class in org.apache.flink.cdc.runtime.serializer.event
A TypeSerializer for CreateTableEvent.
CreateTableEventSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
CreateTableEventSerializer.CreateTableEventSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.event
Serializer configuration snapshot for compatibility and format evolution.
CreateTableEventSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer.CreateTableEventSerializerSnapshot
 
CURRENT_DATE - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
CURRENT_TIMESTAMP - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
CURRENT_VERSION - Static variable in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager.Serializer
 
CURRENT_VERSION - Static variable in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo.Serializer
 
currentDate(long, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
currentTime(long, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
currentTimestamp(long, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 

D

DataChangeEventSerializer - Class in org.apache.flink.cdc.runtime.serializer.event
A TypeSerializer for DataChangeEvent.
DataChangeEventSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
DataChangeEventSerializer.DataChangeEventSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.event
TypeSerializerSnapshot for DataChangeEventSerializer.
DataChangeEventSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer.DataChangeEventSerializerSnapshot
 
DataFieldSerializer - Class in org.apache.flink.cdc.runtime.serializer.schema
A TypeSerializer for DataField.
DataFieldSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
DataFieldSerializer.DataFieldSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.schema
Serializer configuration snapshot for compatibility and format evolution.
DataFieldSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer.DataFieldSerializerSnapshot
 
DataSinkFunctionOperator - Class in org.apache.flink.cdc.runtime.operators.sink
An operator that processes records to be written into a SinkFunction.
DataSinkFunctionOperator(SinkFunction<Event>, OperatorID) - Constructor for class org.apache.flink.cdc.runtime.operators.sink.DataSinkFunctionOperator
 
DataSinkWriterOperator<CommT> - Class in org.apache.flink.cdc.runtime.operators.sink
An operator that processes records to be written into a Sink.
DataSinkWriterOperator(Sink<Event>, ProcessingTimeService, MailboxExecutor, OperatorID) - Constructor for class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
DataSinkWriterOperatorFactory<CommT> - Class in org.apache.flink.cdc.runtime.operators.sink
Operator factory for DataSinkWriterOperator.
DataSinkWriterOperatorFactory(Sink<Event>, OperatorID) - Constructor for class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperatorFactory
 
DataTypeConverter - Class in org.apache.flink.cdc.runtime.typeutils
A data type converter.
DataTypeConverter() - Constructor for class org.apache.flink.cdc.runtime.typeutils.DataTypeConverter
 
DataTypeSerializer - Class in org.apache.flink.cdc.runtime.serializer.schema
A TypeSerializer for DataType.
DataTypeSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
DataTypeSerializer.DataTypeSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.schema
Serializer configuration snapshot for compatibility and format evolution.
DataTypeSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer.DataTypeSerializerSnapshot
 
DATE_FORMAT - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
dateFormat(LocalZonedTimestampData, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
dateFormat(TimestampData, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
dateFormat(ZonedTimestampData, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
DecimalDataSerializer - Class in org.apache.flink.cdc.runtime.serializer.data
Serializer for DecimalData.
DecimalDataSerializer(int, int) - Constructor for class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
DecimalDataSerializer.DecimalSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.data
TypeSerializerSnapshot for DecimalDataSerializer.
DecimalSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer.DecimalSerializerSnapshot
 
DEFAULT_EPOCH_TIME - Static variable in class org.apache.flink.cdc.runtime.parser.JaninoCompiler
 
DEFAULT_NAMESPACE_NAME - Static variable in class org.apache.flink.cdc.runtime.parser.TransformParser
 
DEFAULT_SCHEMA_NAME - Static variable in class org.apache.flink.cdc.runtime.parser.TransformParser
 
DEFAULT_TABLE_NAME - Static variable in class org.apache.flink.cdc.runtime.parser.TransformParser
 
DEFAULT_TIME_ZONE - Static variable in class org.apache.flink.cdc.runtime.parser.JaninoCompiler
 
deserialize(int, byte[]) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager.Serializer
 
deserialize(int, byte[]) - Method in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo.Serializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
deserialize(Boolean, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
deserialize(byte[], DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
deserialize(Byte, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
deserialize(ArrayData, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
deserialize(BinaryRecordData, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
deserialize(DecimalData, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
deserialize(LocalZonedTimestampData, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
deserialize(RecordData, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
deserialize(StringData, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
deserialize(TimestampData, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
deserialize(ZonedTimestampData, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
deserialize(Double, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
deserialize(AddColumnEvent, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
deserialize(AlterColumnTypeEvent, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
deserialize(CreateTableEvent, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
deserialize(DataChangeEvent, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
deserialize(DropColumnEvent, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
deserialize(Event, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
deserialize(PartitioningEvent, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
deserialize(RenameColumnEvent, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
deserialize(SchemaChangeEvent, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
deserialize(Float, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.IntSerializer
 
deserialize(Integer, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.IntSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
deserialize(LinkedList<T>, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
 
deserialize(List<T>, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.LongSerializer
 
deserialize(Long, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.LongSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
deserialize(Map<K, V>, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
deserialize(T, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
deserialize(Column, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
deserialize(AddColumnEvent.ColumnWithPosition, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
deserialize(DataField, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
deserialize(DataType, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
deserialize(MetadataColumn, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
deserialize(PhysicalColumn, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
deserialize(RowType, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
deserialize(Schema, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
deserialize(Short, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.StringSerializer
 
deserialize(String, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.StringSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
deserialize(TableId, DataInputView) - Method in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
deserializeInternal(DataInputView) - Static method in class org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
deserializerDerivationMapping(DataInputStream) - Static method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaDerivation
 
DoubleSerializer - Class in org.apache.flink.cdc.runtime.serializer
Type serializer for Double.
DoubleSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
DoubleSerializer.DoubleSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer
Serializer configuration snapshot for compatibility and format evolution.
DoubleSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.DoubleSerializer.DoubleSerializerSnapshot
 
DropColumnEventSerializer - Class in org.apache.flink.cdc.runtime.serializer.event
A TypeSerializer for DropColumnEvent.
DropColumnEventSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
DropColumnEventSerializer.DropColumnEventSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.event
Serializer configuration snapshot for compatibility and format evolution.
DropColumnEventSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer.DropColumnEventSerializerSnapshot
 
duplicate() - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
duplicate() - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
duplicate() - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
duplicate() - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
duplicate() - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
duplicate() - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
duplicate() - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
duplicate() - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
 
duplicate() - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
duplicate() - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
duplicate() - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
duplicate() - Method in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
duplicate() - Method in class org.apache.flink.cdc.runtime.serializer.TypeSerializerSingleton
 

E

endInput() - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
EnumSerializer<T extends Enum<T>> - Class in org.apache.flink.cdc.runtime.serializer
TypeSerializer for Java enums.
EnumSerializer(Class<T>) - Constructor for class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
EnumSerializer.EnumSerializerSnapshot<T extends Enum<T>> - Class in org.apache.flink.cdc.runtime.serializer
TypeSerializerSnapshot for EnumSerializer.
EnumSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.EnumSerializer.EnumSerializerSnapshot
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.operators.schema.event.FlushSuccessEvent
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeRequest
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.operators.schema.event.SinkWriterRegisterEvent
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.partitioning.PartitioningEvent
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.serializer.TypeSerializerSingleton
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
equals(Object) - Method in class org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
evaluate(BinaryRecordData, long) - Method in class org.apache.flink.cdc.runtime.operators.transform.ProjectionColumnProcessor
 
EventPartitioner - Class in org.apache.flink.cdc.runtime.partitioning
Partitioner that send PartitioningEvent to its target partition.
EventPartitioner() - Constructor for class org.apache.flink.cdc.runtime.partitioning.EventPartitioner
 
EventSerializer - Class in org.apache.flink.cdc.runtime.serializer.event
A TypeSerializer for Event.
EventSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
EventSerializer.EventSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.event
Serializer configuration snapshot for compatibility and format evolution.
EventSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.EventSerializer.EventSerializerSnapshot
 
EventTypeInfo - Class in org.apache.flink.cdc.runtime.typeutils
A TypeInformation for Event.
EventTypeInfo() - Constructor for class org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
executionAttemptFailed(int, int, Throwable) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
executionAttemptReady(int, int, OperatorCoordinator.SubtaskGateway) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 

F

finish() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformDataOperator
 
finish() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformSchemaOperator
 
FloatSerializer - Class in org.apache.flink.cdc.runtime.serializer
Type serializer for Float.
FloatSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
FloatSerializer.FloatSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer
Serializer configuration snapshot for compatibility and format evolution.
FloatSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.FloatSerializer.FloatSerializerSnapshot
 
floor(double) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
floor(float) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
floor(int, int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL FLOOR operator applied to int values.
floor(long, long) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL FLOOR operator applied to long values.
FLOOR - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
flushSuccess(TableId, int) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryRequestHandler
Record flushed sink subtasks after receiving FlushSuccessEvent.
FlushSuccessEvent - Class in org.apache.flink.cdc.runtime.operators.schema.event
A OperatorEvent from sink writer to notify SchemaRegistry that it finished flushing.
FlushSuccessEvent(int, TableId) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.event.FlushSuccessEvent
 

G

generate(Object[]) - Method in class org.apache.flink.cdc.runtime.typeutils.BinaryRecordDataGenerator
Creates an instance of BinaryRecordData with given field values.
generateProjectionColumns(String, List<Column>) - Static method in class org.apache.flink.cdc.runtime.parser.TransformParser
 
getAllColumnList() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
getAllowedSignatures(SqlOperator, String) - Method in class org.apache.flink.cdc.runtime.parser.metadata.TransformNumericExceptFirstOperandChecker
 
getArgumentClasses() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
getArgumentNames() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
getArity() - Method in class org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
getArity() - Method in class org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
getColumn() - Method in class org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
getColumnName() - Method in class org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
getColumnNames() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformFilter
 
getConsistency() - Method in class org.apache.flink.cdc.runtime.parser.metadata.TransformNumericExceptFirstOperandChecker
 
getCoordinatorProvider(String, OperatorID) - Method in class org.apache.flink.cdc.runtime.operators.schema.SchemaOperatorFactory
 
getCurrentOuterSnapshotVersion() - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
 
getCurrentOuterSnapshotVersion() - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer.ListSerializerSnapshot
 
getCurrentOuterSnapshotVersion() - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer.MapSerializerSnapshot
 
getCurrentVersion() - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
getCurrentVersion() - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer.DecimalSerializerSnapshot
 
getCurrentVersion() - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer.LocalZonedTimestampDataSerializerSnapshot
 
getCurrentVersion() - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
getCurrentVersion() - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer.ZonedTimestampDataSerializerSnapshot
 
getCurrentVersion() - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer.EnumSerializerSnapshot
 
getCurrentVersion() - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper.NullableSerializerWrapperSnapshot
 
getDataType() - Method in class org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
getDerivationMapping() - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaDerivation
 
getElementSerializer() - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
Gets the serializer for the elements of the list.
getElementSerializer() - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
Gets the serializer for the elements of the list.
getEleSer() - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
getExpression() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
getExpression() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformFilter
 
getFieldGetters() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo
 
getFieldGetters() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableInfo
 
getFieldOffset(int) - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
getKey(PartitioningEvent) - Method in class org.apache.flink.cdc.runtime.partitioning.PartitioningEventKeySelector
 
getKeySerializer() - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
getKeySerializerSnapshot() - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer.MapSerializerSnapshot
 
getLatestSchema(TableId) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
Get the latest schema of the specified table.
getLatestSchema(TableId) - Method in class org.apache.flink.cdc.runtime.operators.sink.SchemaEvolutionClient
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.IntSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.LongSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.StringSerializer
 
getLength() - Method in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
getMonotonicity(SqlOperatorBinding) - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
 
getName() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo
 
getName() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableInfo
 
getName() - Method in class org.apache.flink.cdc.runtime.parser.metadata.TransformTable
 
getNamespace() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableInfo
 
getNestedSerializers(LinkedListSerializer<T>) - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
 
getNestedSerializers(ListSerializer<T>) - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer.ListSerializerSnapshot
 
getNestedSerializers(MapSerializer<K, V>) - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer.MapSerializerSnapshot
 
getNestedSerializerSnapshots() - Method in class org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate
Returns the snapshots of the nested serializers.
getOperandCountRange() - Method in class org.apache.flink.cdc.runtime.parser.metadata.TransformNumericExceptFirstOperandChecker
 
getOperatorId() - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryProvider
 
getOptions() - Method in class org.apache.flink.cdc.runtime.operators.transform.SchemaMetadataTransform
 
getOriginalColumnNames() - Method in class org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
getOriginalSchema() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo
 
getPartitionKeys() - Method in class org.apache.flink.cdc.runtime.operators.transform.SchemaMetadataTransform
 
getPayload() - Method in class org.apache.flink.cdc.runtime.partitioning.PartitioningEvent
 
getPrimaryKeys() - Method in class org.apache.flink.cdc.runtime.operators.transform.SchemaMetadataTransform
 
getProjection() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
getProjectionColumns() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
getQualifiedName() - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
 
getRecordDataGenerator() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo
 
getRecordDataGenerator() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableInfo
 
getRestoredNestedSerializer(int) - Method in class org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate
Creates the restore serializer from the pos-th config snapshot.
getRestoredNestedSerializers() - Method in class org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate
Produces a restore serializer from each contained serializer configuration snapshot.
getReturnClass() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
getRowType(RelDataTypeFactory) - Method in class org.apache.flink.cdc.runtime.parser.metadata.TransformTable
 
getSchema(TableId, int) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
Get schema at the specified version of a table.
getSchema() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.GetSchemaResponse
 
getSchema() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableInfo
 
getSchemaChangeEvent() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeRequest
 
getSchemaChangeEvents() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
getSchemaChangeResult() - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryRequestHandler
 
getSchemaName() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo
 
getSchemaName() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableInfo
 
GetSchemaRequest - Class in org.apache.flink.cdc.runtime.operators.schema.event
Request to SchemaRegistry for getting schema of a table.
GetSchemaRequest(TableId, int) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.event.GetSchemaRequest
 
GetSchemaResponse - Class in org.apache.flink.cdc.runtime.operators.schema.event
Coordination response from SchemaRegistry for GetSchemaRequest.
GetSchemaResponse(Schema) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.event.GetSchemaResponse
 
getSchemaVersion() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.GetSchemaRequest
 
getScriptExpression() - Method in class org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
getScriptExpression() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformFilter
 
getStreamOperatorClass(ClassLoader) - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperatorFactory
 
getSubtask() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.FlushSuccessEvent
 
getSubtask() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.SinkWriterRegisterEvent
 
getTableId() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.FlushSuccessEvent
 
getTableId() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.GetSchemaRequest
 
getTableId() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeRequest
 
getTableId() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo
 
getTableId() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableInfo
 
getTableMap() - Method in class org.apache.flink.cdc.runtime.parser.metadata.TransformSchema
 
getTableName() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo
 
getTableName() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableInfo
 
getTargetPartition() - Method in class org.apache.flink.cdc.runtime.partitioning.PartitioningEvent
 
getTotalFields() - Method in class org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
getTotalFields() - Method in class org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
getTransformedSchema() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo
 
getTypeClass() - Method in class org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
getTypeClass() - Method in class org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
getValueSerializer() - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
getVersion() - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
 
getVersion() - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager.Serializer
 
getVersion() - Method in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo.Serializer
 

H

handleCoordinationRequest(CoordinationRequest) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
handleEventFromOperator(int, int, OperatorEvent) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
handleReleaseUpstreamRequest() - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryRequestHandler
Handle the ReleaseUpstreamRequest and wait for all sink subtasks flushing.
handleSchemaChangeRequest(SchemaChangeRequest) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryRequestHandler
Handle the SchemaChangeRequest and wait for all sink subtasks flushing.
hashCode() - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
hashCode() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.FlushSuccessEvent
 
hashCode() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeRequest
 
hashCode() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
hashCode() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.SinkWriterRegisterEvent
 
hashCode() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
hashCode() - Method in class org.apache.flink.cdc.runtime.partitioning.PartitioningEvent
 
hashCode() - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
hashCode() - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
hashCode() - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
hashCode() - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
hashCode() - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
hashCode() - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
hashCode() - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
hashCode() - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
 
hashCode() - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
hashCode() - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
hashCode() - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
hashCode() - Method in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
hashCode() - Method in class org.apache.flink.cdc.runtime.serializer.TypeSerializerSingleton
 
hashCode() - Method in class org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
hashCode() - Method in class org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
hasTableChangeInfo() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
hasTableInfo() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 

I

IF - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
IF_NULLABLE - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
Determine the return type of IF functions with arguments that has the least restrictive (eg: numeric, character, binary).
in(String, String...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
in(Short, Short...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
in(Integer, Integer...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
in(Long, Long...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
in(Float, Float...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
in(Double, Double...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
in(BigDecimal, BigDecimal...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
IN - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
inferReturnType(SqlOperatorBinding) - Method in class org.apache.flink.cdc.runtime.functions.BuiltInTimestampFunction
 
initializeState(StateInitializationContext) - Method in class org.apache.flink.cdc.runtime.operators.schema.SchemaOperator
 
initializeState(StateInitializationContext) - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkFunctionOperator
 
initializeState(StateInitializationContext) - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
initializeState(StateInitializationContext) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformDataOperator
 
initializeState(StateInitializationContext) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformSchemaOperator
 
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSchemaFactory
 
instance() - Static method in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.BooleanSerializer
Sharable instance of the BooleanSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.ByteSerializer
Sharable instance of the ByteSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.DoubleSerializer
Sharable instance of the DoubleSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.event.EventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.FloatSerializer
Sharable instance of the FloatSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.IntSerializer
Sharable instance of the IntSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.LongSerializer
Sharable instance of the LongSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.ShortSerializer
Sharable instance of the ShortSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.StringSerializer
Sharable instance of the StringSerializer.
INSTANCE - Static variable in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
Sharable instance of the TableIdSerializer.
internal() - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
InternalSerializers - Class in org.apache.flink.cdc.runtime.serializer
TypeSerializer of DataType for internal data structures.
IntSerializer - Class in org.apache.flink.cdc.runtime.serializer
Type serializer for Integer (and int, via auto-boxing).
IntSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.IntSerializer
 
IntSerializer.IntSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer
Serializer configuration snapshot for compatibility and format evolution.
IntSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.IntSerializer.IntSerializerSnapshot
 
isBasicType() - Method in class org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
isBasicType() - Method in class org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
isDeterministic() - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
 
isDeterministic() - Method in class org.apache.flink.cdc.runtime.functions.BuiltInTimestampFunction
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.IntSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.LongSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.StringSerializer
 
isImmutableType() - Method in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
isInternal() - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
 
isKeyType() - Method in class org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
isKeyType() - Method in class org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
isOptional(int) - Method in class org.apache.flink.cdc.runtime.parser.metadata.TransformNumericExceptFirstOperandChecker
 
isTupleType() - Method in class org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
isTupleType() - Method in class org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
isVaild() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformFilter
 
isValid() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
isValidTransformedProjectionColumn() - Method in class org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 

J

JaninoCompiler - Class in org.apache.flink.cdc.runtime.parser
Use Janino compiler to compiler the statement of flink cdc pipeline transform into the executable code of Janino.
JaninoCompiler() - Constructor for class org.apache.flink.cdc.runtime.parser.JaninoCompiler
 

K

kind(SqlKind) - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 

L

LATEST_SCHEMA_VERSION - Static variable in class org.apache.flink.cdc.runtime.operators.schema.event.GetSchemaRequest
 
like(String, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
LIKE - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
LinkedListSerializer<T> - Class in org.apache.flink.cdc.runtime.serializer
A serializer for LinkedList.
LinkedListSerializer(TypeSerializer<T>) - Constructor for class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
Creates a list serializer that uses the given serializer to serialize the list's elements.
LinkedListSerializer(TypeSerializer<T>, boolean) - Constructor for class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
LinkedListSerializer.LinkedListSerializerSnapshot<T> - Class in org.apache.flink.cdc.runtime.serializer
Snapshot class for the LinkedListSerializer.
LinkedListSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
Constructor for read instantiation.
LinkedListSerializerSnapshot(LinkedListSerializer<T>) - Constructor for class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
Constructor to create the snapshot for writing.
ListSerializer<T> - Class in org.apache.flink.cdc.runtime.serializer
A serializer for Lists.
ListSerializer(TypeSerializer<T>) - Constructor for class org.apache.flink.cdc.runtime.serializer.ListSerializer
Creates a list serializer that uses the given serializer to serialize the list's elements.
ListSerializer.ListSerializerSnapshot<T> - Class in org.apache.flink.cdc.runtime.serializer
Snapshot class for the ListSerializer.
ListSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.ListSerializer.ListSerializerSnapshot
Constructor for read instantiation.
ListSerializerSnapshot(ListSerializer<T>) - Constructor for class org.apache.flink.cdc.runtime.serializer.ListSerializer.ListSerializerSnapshot
Constructor to create the snapshot for writing.
loadSystemFunction(String) - Static method in class org.apache.flink.cdc.runtime.parser.JaninoCompiler
 
localtime(long, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
LOCALTIME - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
localtimestamp(long, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
LOCALTIMESTAMP - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
LocalZonedTimestampDataSerializer - Class in org.apache.flink.cdc.runtime.serializer.data
Serializer for LocalZonedTimestampData.
LocalZonedTimestampDataSerializer(int) - Constructor for class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
LocalZonedTimestampDataSerializer.LocalZonedTimestampDataSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.data
TypeSerializerSnapshot for TimestampDataSerializer.
LocalZonedTimestampDataSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer.LocalZonedTimestampDataSerializerSnapshot
 
LongSerializer - Class in org.apache.flink.cdc.runtime.serializer
Type serializer for Long.
LongSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.LongSerializer
 
LongSerializer.LongSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer
Serializer configuration snapshot for compatibility and format evolution.
LongSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.LongSerializer.LongSerializerSnapshot
 
lookupOperatorOverloads(SqlIdentifier, SqlFunctionCategory, SqlSyntax, List<SqlOperator>, SqlNameMatcher) - Method in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
lower(String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
LOWER - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 

M

map(PartitioningEvent) - Method in class org.apache.flink.cdc.runtime.partitioning.PostPartitionProcessor
 
MapSerializer<K,V> - Class in org.apache.flink.cdc.runtime.serializer
A serializer for Map.
MapSerializer(TypeSerializer<K>, TypeSerializer<V>) - Constructor for class org.apache.flink.cdc.runtime.serializer.MapSerializer
Creates a map serializer that uses the given serializers to serialize the key-value pairs in the map.
MapSerializer.MapSerializerSnapshot<K,V> - Class in org.apache.flink.cdc.runtime.serializer
Snapshot class for the MapSerializer.
MapSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.MapSerializer.MapSerializerSnapshot
Constructor for read instantiation.
MapSerializerSnapshot(MapSerializer<K, V>) - Constructor for class org.apache.flink.cdc.runtime.serializer.MapSerializer.MapSerializerSnapshot
Constructor to create the snapshot for writing.
MetadataColumnSerializer - Class in org.apache.flink.cdc.runtime.serializer.schema
A TypeSerializer for MetadataColumn.
MetadataColumnSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
MetadataColumnSerializer.MetadataColumnSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.schema
Serializer configuration snapshot for compatibility and format evolution.
MetadataColumnSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer.MetadataColumnSerializerSnapshot
 
MOD - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
monotonicity(SqlMonotonicity) - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
monotonicity(Function<SqlOperatorBinding, SqlMonotonicity>) - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
MONTH - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 

N

name(String) - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
NestedSerializersSnapshotDelegate - Class in org.apache.flink.cdc.runtime.serializer
A NestedSerializersSnapshotDelegate represents the snapshots of multiple serializers that are used by an outer serializer.
NestedSerializersSnapshotDelegate(TypeSerializer<?>...) - Constructor for class org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate
Constructor to create a snapshot for writing.
newBuilder() - Static method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
Builder for configuring and creating instances of BuiltInScalarFunction.
newBuilder() - Static method in class org.apache.flink.cdc.runtime.operators.transform.TransformDataOperator
 
newBuilder() - Static method in class org.apache.flink.cdc.runtime.operators.transform.TransformSchemaOperator
 
NOT_BETWEEN - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
NOT_IN - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
NOT_LIKE - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
notBetweenAsymmetric(String, String, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notBetweenAsymmetric(Short, short, short) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notBetweenAsymmetric(Integer, int, int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notBetweenAsymmetric(Long, long, long) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notBetweenAsymmetric(Float, float, float) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notBetweenAsymmetric(Double, double, double) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notBetweenAsymmetric(BigDecimal, BigDecimal, BigDecimal) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notDeterministic() - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
notifyCheckpointComplete(long) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
notifyFlushSuccess(int, TableId) - Method in class org.apache.flink.cdc.runtime.operators.sink.SchemaEvolutionClient
notIn(String, String...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notIn(Short, Short...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notIn(Integer, Integer...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notIn(Long, Long...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notIn(Float, Float...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notIn(Double, Double...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notIn(BigDecimal, BigDecimal...) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notLike(String, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
now(long, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
NOW - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
NullableSerializerWrapper<T> - Class in org.apache.flink.cdc.runtime.serializer
Type serializer for nullable object.
NullableSerializerWrapper(TypeSerializer<T>) - Constructor for class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
NullableSerializerWrapper.NullableSerializerWrapperSnapshot<T> - Class in org.apache.flink.cdc.runtime.serializer
Serializer configuration snapshot for compatibility and format evolution.
NullableSerializerWrapperSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper.NullableSerializerWrapperSnapshot
 
NullableSerializerWrapperSnapshot(TypeSerializer<T>) - Constructor for class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper.NullableSerializerWrapperSnapshot
 
NULLIF - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
NUMERIC_FROM_ARG1_DEFAULT1 - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
 
NUMERIC_FROM_ARG1_DEFAULT1_NULLABLE - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
 

O

of(String, DataType) - Static method in class org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
of(String, DataType, String, String, List<String>) - Static method in class org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
of(TableInfo, ProjectionColumn, String) - Static method in class org.apache.flink.cdc.runtime.operators.transform.ProjectionColumnProcessor
 
of(TableId, Schema, Schema) - Static method in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo
 
of(TableId, Schema) - Static method in class org.apache.flink.cdc.runtime.operators.transform.TableInfo
 
of(String, List<String>, List<Class<?>>, Class<?>) - Static method in class org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
of(String) - Static method in class org.apache.flink.cdc.runtime.operators.transform.TransformFilter
 
of(TableInfo, TransformFilter, String) - Static method in class org.apache.flink.cdc.runtime.operators.transform.TransformFilterProcessor
 
of(String) - Static method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
of(TableInfo, TransformProjection, String) - Static method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
of(TableChangeInfo, TransformProjection) - Static method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
of(TransformProjection) - Static method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
ofLatestSchema(TableId) - Static method in class org.apache.flink.cdc.runtime.operators.schema.event.GetSchemaRequest
 
open() - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
open() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformDataOperator
 
open() - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformSchemaOperator
 
open() - Method in class org.apache.flink.cdc.runtime.partitioning.PrePartitionOperator
 
operandTypeChecker(SqlOperandTypeChecker) - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
operandTypeInference(SqlOperandTypeInference) - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
org.apache.flink.cdc.runtime.functions - package org.apache.flink.cdc.runtime.functions
 
org.apache.flink.cdc.runtime.operators.schema - package org.apache.flink.cdc.runtime.operators.schema
 
org.apache.flink.cdc.runtime.operators.schema.coordinator - package org.apache.flink.cdc.runtime.operators.schema.coordinator
 
org.apache.flink.cdc.runtime.operators.schema.event - package org.apache.flink.cdc.runtime.operators.schema.event
 
org.apache.flink.cdc.runtime.operators.sink - package org.apache.flink.cdc.runtime.operators.sink
 
org.apache.flink.cdc.runtime.operators.transform - package org.apache.flink.cdc.runtime.operators.transform
 
org.apache.flink.cdc.runtime.parser - package org.apache.flink.cdc.runtime.parser
 
org.apache.flink.cdc.runtime.parser.metadata - package org.apache.flink.cdc.runtime.parser.metadata
 
org.apache.flink.cdc.runtime.partitioning - package org.apache.flink.cdc.runtime.partitioning
 
org.apache.flink.cdc.runtime.serializer - package org.apache.flink.cdc.runtime.serializer
 
org.apache.flink.cdc.runtime.serializer.data - package org.apache.flink.cdc.runtime.serializer.data
 
org.apache.flink.cdc.runtime.serializer.data.binary - package org.apache.flink.cdc.runtime.serializer.data.binary
 
org.apache.flink.cdc.runtime.serializer.data.writer - package org.apache.flink.cdc.runtime.serializer.data.writer
 
org.apache.flink.cdc.runtime.serializer.event - package org.apache.flink.cdc.runtime.serializer.event
 
org.apache.flink.cdc.runtime.serializer.schema - package org.apache.flink.cdc.runtime.serializer.schema
 
org.apache.flink.cdc.runtime.typeutils - package org.apache.flink.cdc.runtime.typeutils
 

P

parseComputedColumnNames(String) - Static method in class org.apache.flink.cdc.runtime.parser.TransformParser
 
parseFilterColumnNameList(String) - Static method in class org.apache.flink.cdc.runtime.parser.TransformParser
 
parseFilterExpression(String) - Static method in class org.apache.flink.cdc.runtime.parser.TransformParser
 
parseSelect(String) - Static method in class org.apache.flink.cdc.runtime.parser.TransformParser
 
partition(Integer, int) - Method in class org.apache.flink.cdc.runtime.partitioning.EventPartitioner
 
PartitioningEvent - Class in org.apache.flink.cdc.runtime.partitioning
A wrapper around Event, which contains the target partition number and will be used in EventPartitioner.
PartitioningEvent(Event, int) - Constructor for class org.apache.flink.cdc.runtime.partitioning.PartitioningEvent
 
PartitioningEventKeySelector - Class in org.apache.flink.cdc.runtime.partitioning
Key selector for PartitioningEvent.
PartitioningEventKeySelector() - Constructor for class org.apache.flink.cdc.runtime.partitioning.PartitioningEventKeySelector
 
PartitioningEventSerializer - Class in org.apache.flink.cdc.runtime.serializer.event
A TypeSerializer for PartitioningEvent.
PartitioningEventSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
PartitioningEventSerializer.PartitioningEventSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.event
TypeSerializerSnapshot for PartitioningEventSerializer.
PartitioningEventSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer.PartitioningEventSerializerSnapshot
 
PartitioningEventTypeInfo - Class in org.apache.flink.cdc.runtime.typeutils
Type information for PartitioningEvent.
PartitioningEventTypeInfo() - Constructor for class org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
PhysicalColumnSerializer - Class in org.apache.flink.cdc.runtime.serializer.schema
A TypeSerializer for PhysicalColumn.
PhysicalColumnSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
PhysicalColumnSerializer.PhysicalColumnSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.schema
Serializer configuration snapshot for compatibility and format evolution.
PhysicalColumnSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer.PhysicalColumnSerializerSnapshot
 
PostPartitionProcessor - Class in org.apache.flink.cdc.runtime.partitioning
Function for unloading Event from internal PartitioningEvent after EventPartitioner.
PostPartitionProcessor() - Constructor for class org.apache.flink.cdc.runtime.partitioning.PostPartitionProcessor
 
prepareSnapshotPreBarrier(long) - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
PrePartitionOperator - Class in org.apache.flink.cdc.runtime.partitioning
Operator for processing events from SchemaOperator before EventPartitioner.
PrePartitionOperator(OperatorID, int) - Constructor for class org.apache.flink.cdc.runtime.partitioning.PrePartitionOperator
 
process(BinaryRecordData, long) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformFilterProcessor
 
processCreateTableEvent(CreateTableEvent) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
processData(BinaryRecordData, long) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
processElement(StreamRecord<Event>) - Method in class org.apache.flink.cdc.runtime.operators.schema.SchemaOperator
This method is guaranteed to not be called concurrently with other methods of the operator.
processElement(StreamRecord<Event>) - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkFunctionOperator
 
processElement(StreamRecord<Event>) - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
processElement(StreamRecord<Event>) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformDataOperator
 
processElement(StreamRecord<Event>) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformSchemaOperator
 
processElement(StreamRecord<Event>) - Method in class org.apache.flink.cdc.runtime.partitioning.PrePartitionOperator
 
processFillDataField(BinaryRecordData) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
processSchemaChangeEvent(Schema) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
processWatermark(Watermark) - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
processWatermarkStatus(WatermarkStatus) - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
ProjectionColumn - Class in org.apache.flink.cdc.runtime.operators.transform
The ProjectionColumn applies to describe the information of the transformation column.
ProjectionColumn(Column, String, String, List<String>) - Constructor for class org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
ProjectionColumnProcessor - Class in org.apache.flink.cdc.runtime.operators.transform
The processor of the projection column.
ProjectionColumnProcessor(TableInfo, ProjectionColumn, String) - Constructor for class org.apache.flink.cdc.runtime.operators.transform.ProjectionColumnProcessor
 

Q

QUARTER - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 

R

readNestedSerializerSnapshots(DataInputView, ClassLoader) - Static method in class org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate
Reads the composite snapshot of all the contained serializers.
readOuterSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer.DecimalSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer.LocalZonedTimestampDataSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer.ZonedTimestampDataSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer.EnumSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper.NullableSerializerWrapperSnapshot
 
RecordDataSerializer - Class in org.apache.flink.cdc.runtime.serializer.data
Serializer for RecordData.
RecordDataSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
RecordDataSerializer.RecordDataSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.data
TypeSerializerSnapshot for RecordDataSerializer.
RecordDataSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer.RecordDataSerializerSnapshot
 
refreshPendingLists() - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryRequestHandler
 
RefreshPendingListsRequest - Class in org.apache.flink.cdc.runtime.operators.schema.event
Request to refresh the pendingSchemaChanges of SchemaRegistryRequestHandler.
RefreshPendingListsRequest() - Constructor for class org.apache.flink.cdc.runtime.operators.schema.event.RefreshPendingListsRequest
 
RefreshPendingListsResponse - Class in org.apache.flink.cdc.runtime.operators.schema.event
Response to refresh the pendingSchemaChanges of RefreshPendingListsRequest.
RefreshPendingListsResponse() - Constructor for class org.apache.flink.cdc.runtime.operators.schema.event.RefreshPendingListsResponse
 
REGEXP_REPLACE - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
regexpReplace(String, String, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
Returns a string resulting from replacing all substrings that match the regular expression with replacement.
registerSinkWriter(int) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryRequestHandler
Register a sink subtask.
registerSubtask(int) - Method in class org.apache.flink.cdc.runtime.operators.sink.SchemaEvolutionClient
ReleaseUpstreamRequest - Class in org.apache.flink.cdc.runtime.operators.schema.event
The request from SchemaOperator to SchemaRegistry to request to release upstream after sending FlushEvent.
ReleaseUpstreamRequest() - Constructor for class org.apache.flink.cdc.runtime.operators.schema.event.ReleaseUpstreamRequest
 
ReleaseUpstreamResponse - Class in org.apache.flink.cdc.runtime.operators.schema.event
ReleaseUpstreamResponse() - Constructor for class org.apache.flink.cdc.runtime.operators.schema.event.ReleaseUpstreamResponse
 
RenameColumnEventSerializer - Class in org.apache.flink.cdc.runtime.serializer.event
A TypeSerializer for RenameColumnEvent.
RenameColumnEventSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
RenameColumnEventSerializer.RenameColumnEventSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.event
Serializer configuration snapshot for compatibility and format evolution.
RenameColumnEventSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer.RenameColumnEventSerializerSnapshot
 
reset() - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
First, reset.
reset() - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
Reset writer to prepare next write.
resetToCheckpoint(long, byte[]) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
resolveCompatibilityWithNested(TypeSerializerSchemaCompatibility<?>, TypeSerializer<?>...) - Method in class org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate
Deprecated.
this no method will be removed in the future. Resolving compatibility for nested serializers is now handled by CompositeTypeSerializerSnapshot.
resolveOuterSchemaCompatibility(LinkedListSerializer<T>) - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<ArrayData>) - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<DecimalData>) - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer.DecimalSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<LocalZonedTimestampData>) - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer.LocalZonedTimestampDataSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<TimestampData>) - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<ZonedTimestampData>) - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer.ZonedTimestampDataSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<T>) - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer.EnumSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<T>) - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper.NullableSerializerWrapperSnapshot
 
restoreSerializer() - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
restoreSerializer() - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer.DecimalSerializerSnapshot
 
restoreSerializer() - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer.LocalZonedTimestampDataSerializerSnapshot
 
restoreSerializer() - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
restoreSerializer() - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer.ZonedTimestampDataSerializerSnapshot
 
restoreSerializer() - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer.EnumSerializerSnapshot
 
restoreSerializer() - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper.NullableSerializerWrapperSnapshot
 
returnType(SqlReturnTypeInference) - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
round(byte) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to byte values.
round(byte, int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to byte values.
round(short) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to short values.
round(short, int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to short values.
round(int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to int values.
round(int, int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to int values.
round(long) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to long values.
round(long, int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to long values.
round(BigDecimal) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to BigDecimal values.
round(BigDecimal, int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to BigDecimal values.
round(float) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to float values.
round(float, int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to float values.
round(double) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to double values.
round(double, int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to double values.
ROUND - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
ROUND_FUNCTION - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
ROUND(num [,len]) type inference.
ROUND_FUNCTION_NULLABLE - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
 
RowTypeSerializer - Class in org.apache.flink.cdc.runtime.serializer.schema
A TypeSerializer for RowType.
RowTypeSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
RowTypeSerializer.RowTypeSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.schema
Serializer configuration snapshot for compatibility and format evolution.
RowTypeSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer.RowTypeSerializerSnapshot
 

S

SchemaChangeEventSerializer - Class in org.apache.flink.cdc.runtime.serializer.event
A TypeSerializer for SchemaChangeEvent.
SchemaChangeEventSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
SchemaChangeEventSerializer.SchemaChangeEventSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.event
Serializer configuration snapshot for compatibility and format evolution.
SchemaChangeEventSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer.SchemaChangeEventSerializerSnapshot
 
SchemaChangeProcessingResponse - Class in org.apache.flink.cdc.runtime.operators.schema.event
The response for SchemaChangeResultRequest or ReleaseUpstreamRequest from SchemaRegistry to SchemaOperator if not apply SchemaChangeEvent in time.
SchemaChangeProcessingResponse() - Constructor for class org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeProcessingResponse
 
SchemaChangeRequest - Class in org.apache.flink.cdc.runtime.operators.schema.event
The request from SchemaOperator to SchemaRegistry to request to change schemas.
SchemaChangeRequest(TableId, SchemaChangeEvent) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeRequest
 
SchemaChangeResponse - Class in org.apache.flink.cdc.runtime.operators.schema.event
SchemaChangeResponse(List<SchemaChangeEvent>) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
SchemaChangeResultRequest - Class in org.apache.flink.cdc.runtime.operators.schema.event
request from SchemaOperator to SchemaRegistry for getting result of applying schema change.
SchemaChangeResultRequest() - Constructor for class org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResultRequest
 
SchemaDerivation - Class in org.apache.flink.cdc.runtime.operators.schema.coordinator
Derive schema changes based on the routing rules.
SchemaDerivation(SchemaManager, List<Tuple2<Selectors, TableId>>, Map<TableId, Set<TableId>>) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaDerivation
 
SchemaEvolutionClient - Class in org.apache.flink.cdc.runtime.operators.sink
Client for DataSinkWriterOperator interact with SchemaRegistry when table schema evolution happened.
SchemaEvolutionClient(TaskOperatorEventGateway, OperatorID) - Constructor for class org.apache.flink.cdc.runtime.operators.sink.SchemaEvolutionClient
 
schemaExists(TableId) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
Check if schema exists for the specified table ID.
SchemaManager - Class in org.apache.flink.cdc.runtime.operators.schema.coordinator
Schema manager handles handles schema changes for tables, and manages historical schema versions of tables.
SchemaManager() - Constructor for class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
SchemaManager(Map<TableId, SortedMap<Integer, Schema>>) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
SchemaManager.Serializer - Class in org.apache.flink.cdc.runtime.operators.schema.coordinator
Serializer for SchemaManager.
SchemaMetadataTransform - Class in org.apache.flink.cdc.runtime.operators.transform
a Pojo class to describe the information of the primaryKeys/partitionKeys/options transformation of Schema.
SchemaMetadataTransform(String, String, String) - Constructor for class org.apache.flink.cdc.runtime.operators.transform.SchemaMetadataTransform
 
SchemaOperator - Class in org.apache.flink.cdc.runtime.operators.schema
The operator will evolve schemas in SchemaRegistry for incoming SchemaChangeEvents and block the stream for tables before their schema changes finish.
SchemaOperator(List<Tuple2<String, TableId>>) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.SchemaOperator
 
SchemaOperator(List<Tuple2<String, TableId>>, Duration) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.SchemaOperator
 
SchemaOperatorFactory - Class in org.apache.flink.cdc.runtime.operators.schema
Factory to create SchemaOperator.
SchemaOperatorFactory(MetadataApplier, List<Tuple2<String, TableId>>, Duration) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.SchemaOperatorFactory
 
SchemaRegistry - Class in org.apache.flink.cdc.runtime.operators.schema.coordinator
The implementation of the OperatorCoordinator for the SchemaOperator.
SchemaRegistry(String, OperatorCoordinator.Context, MetadataApplier, List<Tuple2<Selectors, TableId>>) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
SchemaRegistryProvider - Class in org.apache.flink.cdc.runtime.operators.schema.coordinator
Provider of SchemaRegistry.
SchemaRegistryProvider(OperatorID, String, MetadataApplier, List<Tuple2<String, TableId>>) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryProvider
 
SchemaRegistryRequestHandler - Class in org.apache.flink.cdc.runtime.operators.schema.coordinator
A handler to deal with all requests and events for SchemaRegistry.
SchemaRegistryRequestHandler(MetadataApplier, SchemaManager, SchemaDerivation) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryRequestHandler
 
SchemaSerializer - Class in org.apache.flink.cdc.runtime.serializer.schema
A TypeSerializer for Schema.
SchemaSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
SchemaSerializer.SchemaSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.schema
Serializer configuration snapshot for compatibility and format evolution.
SchemaSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer.SchemaSerializerSnapshot
 
serialize(SchemaManager) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager.Serializer
 
serialize(TableChangeInfo) - Method in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo.Serializer
 
serialize(Boolean, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
serialize(byte[], DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
serialize(Byte, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
serialize(ArrayData, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
serialize(BinaryRecordData, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
serialize(DecimalData, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
serialize(LocalZonedTimestampData, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
serialize(RecordData, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
serialize(StringData, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
serialize(TimestampData, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
serialize(ZonedTimestampData, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
serialize(Double, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
serialize(AddColumnEvent, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
serialize(AlterColumnTypeEvent, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
serialize(CreateTableEvent, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
serialize(DataChangeEvent, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
serialize(DropColumnEvent, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
serialize(Event, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
serialize(PartitioningEvent, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
serialize(RenameColumnEvent, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
serialize(SchemaChangeEvent, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
serialize(Float, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
serialize(Integer, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.IntSerializer
 
serialize(LinkedList<T>, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
serialize(List<T>, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
 
serialize(Long, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.LongSerializer
 
serialize(Map<K, V>, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
serialize(Column, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
serialize(AddColumnEvent.ColumnWithPosition, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
serialize(DataField, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
serialize(DataType, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
serialize(MetadataColumn, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
serialize(PhysicalColumn, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
serialize(RowType, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
serialize(Schema, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
serialize(Short, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
serialize(String, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.StringSerializer
 
serialize(TableId, DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
serializeDerivationMapping(SchemaDerivation, DataOutputStream) - Static method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaDerivation
 
SERIALIZER - Static variable in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
Serializer() - Constructor for class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager.Serializer
 
SERIALIZER - Static variable in class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo
 
Serializer() - Constructor for class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo.Serializer
 
serializeWithoutLengthSlow(BinaryRecordData, MemorySegmentWritable) - Static method in class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
setNullAt(int) - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
Default not null.
setNullAt(int) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
Set null to this field.
setNullBit(int) - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
setOffsetAndSize(int, int, long) - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
setProjectionColumns(List<ProjectionColumn>) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
setTransformExpressionKey(TransformExpressionKey) - Method in class org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
setup(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<Event>>) - Method in class org.apache.flink.cdc.runtime.operators.schema.SchemaOperator
 
setup(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<Object>>) - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkFunctionOperator
 
setup(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<CommittableMessage<CommT>>>) - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
setup(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<Event>>) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformDataOperator
 
ShortSerializer - Class in org.apache.flink.cdc.runtime.serializer
Type serializer for Byte.
ShortSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
ShortSerializer.ShortSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer
Serializer configuration snapshot for compatibility and format evolution.
ShortSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.ShortSerializer.ShortSerializerSnapshot
 
SinkWriterRegisterEvent - Class in org.apache.flink.cdc.runtime.operators.schema.event
A OperatorEvent that register sink writer to SchemaRegistry.
SinkWriterRegisterEvent(int) - Constructor for class org.apache.flink.cdc.runtime.operators.schema.event.SinkWriterRegisterEvent
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.IntSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.ListSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.LongSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.MapSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.StringSerializer
 
snapshotConfiguration() - Method in class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
snapshotState(StateSnapshotContext) - Method in class org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
snapshotState(StateSnapshotContext) - Method in class org.apache.flink.cdc.runtime.operators.transform.TransformSchemaOperator
 
start() - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
StringDataSerializer - Class in org.apache.flink.cdc.runtime.serializer.data
Serializer for StringData.
StringDataSerializer.StringDataSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.data
Serializer configuration snapshot for compatibility and format evolution.
StringDataSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer.StringDataSerializerSnapshot
 
StringSerializer - Class in org.apache.flink.cdc.runtime.serializer
Type serializer for String.
StringSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.StringSerializer
 
StringSerializer.StringSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer
Serializer configuration snapshot for compatibility and format evolution.
StringSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.StringSerializer.StringSerializerSnapshot
 
substr(String, int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
substr(String, int, int) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
SUBSTR - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
subtaskReset(int, long) - Method in class org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
SYMMETRIC_BETWEEN - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
SystemFunctionUtils - Class in org.apache.flink.cdc.runtime.functions
System function utils to support the call of flink cdc pipeline transform.
SystemFunctionUtils() - Constructor for class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 

T

TableChangeInfo - Class in org.apache.flink.cdc.runtime.operators.transform
The TableInfo applies to cache schema change and fieldGetters.
TableChangeInfo(TableId, Schema, Schema, RecordData.FieldGetter[], BinaryRecordDataGenerator) - Constructor for class org.apache.flink.cdc.runtime.operators.transform.TableChangeInfo
 
TableChangeInfo.Serializer - Class in org.apache.flink.cdc.runtime.operators.transform
Serializer for TableChangeInfo.
TableIdSerializer - Class in org.apache.flink.cdc.runtime.serializer
A TypeSerializer for TableId.
TableIdSerializer() - Constructor for class org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
TableIdSerializer.TableIdSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer
Serializer configuration snapshot for compatibility and format evolution.
TableIdSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.TableIdSerializer.TableIdSerializerSnapshot
 
TableInfo - Class in org.apache.flink.cdc.runtime.operators.transform
The TableInfo applies to cache schema and fieldGetters.
TableInfo(TableId, Schema, RecordData.FieldGetter[], BinaryRecordDataGenerator) - Constructor for class org.apache.flink.cdc.runtime.operators.transform.TableInfo
 
TIMESTAMP_ADD - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
TIMESTAMP_DIFF - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
TimestampDataSerializer - Class in org.apache.flink.cdc.runtime.serializer.data
Serializer for TimestampData.
TimestampDataSerializer(int) - Constructor for class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
TimestampDataSerializer.TimestampDataSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.data
TypeSerializerSnapshot for TimestampDataSerializer.
TimestampDataSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
timestampDiff(String, LocalZonedTimestampData, LocalZonedTimestampData) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
timestampDiff(String, TimestampData, TimestampData) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
timestampDiff(String, ZonedTimestampData, ZonedTimestampData) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
timestampDiff(String, long, long) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
TO_DATE - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
TO_TIMESTAMP - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
toDate(String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
toDate(String, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
toRowType(List<Column>) - Static method in class org.apache.flink.cdc.runtime.typeutils.DataTypeConverter
 
toString() - Method in class org.apache.flink.cdc.runtime.operators.schema.event.GetSchemaRequest
 
toString() - Method in class org.apache.flink.cdc.runtime.partitioning.PartitioningEvent
 
toString() - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
toString() - Method in class org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
toString() - Method in class org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
toTimestamp(String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
toTimestamp(String, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
TransformDataOperator - Class in org.apache.flink.cdc.runtime.operators.transform
A data process function that applies user-defined transform logics.
TransformDataOperator.Builder - Class in org.apache.flink.cdc.runtime.operators.transform
TransformExpressionCompiler - Class in org.apache.flink.cdc.runtime.operators.transform
The processor of the transform expression.
TransformExpressionCompiler() - Constructor for class org.apache.flink.cdc.runtime.operators.transform.TransformExpressionCompiler
 
TransformExpressionKey - Class in org.apache.flink.cdc.runtime.operators.transform
The key applies to describe the information of the transformation expression.
TransformFilter - Class in org.apache.flink.cdc.runtime.operators.transform
The TransformFilter applies to describe the information of the filter row.
TransformFilter(String, String, List<String>) - Constructor for class org.apache.flink.cdc.runtime.operators.transform.TransformFilter
 
TransformFilterProcessor - Class in org.apache.flink.cdc.runtime.operators.transform
The processor of the transform filter.
TransformFilterProcessor(TableInfo, TransformFilter, String) - Constructor for class org.apache.flink.cdc.runtime.operators.transform.TransformFilterProcessor
 
TransformNumericExceptFirstOperandChecker - Class in org.apache.flink.cdc.runtime.parser.metadata
Parameter type-checking strategy where all operand types except first one must be numeric type.
TransformNumericExceptFirstOperandChecker(int) - Constructor for class org.apache.flink.cdc.runtime.parser.metadata.TransformNumericExceptFirstOperandChecker
 
TransformParser - Class in org.apache.flink.cdc.runtime.parser
Use Flink's calcite parser to parse the statement of flink cdc pipeline transform.
TransformParser() - Constructor for class org.apache.flink.cdc.runtime.parser.TransformParser
 
TransformProjection - Class in org.apache.flink.cdc.runtime.operators.transform
The projection of transform applies to describe a projection of filtering tables.
TransformProjection(String, List<ProjectionColumn>) - Constructor for class org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
TransformProjectionProcessor - Class in org.apache.flink.cdc.runtime.operators.transform
The processor of transform projection applies to process a row of filtering tables.
TransformProjectionProcessor(TableInfo, TableChangeInfo, TransformProjection, String) - Constructor for class org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
TransformSchema - Class in org.apache.flink.cdc.runtime.parser.metadata
TransformSchema to generate the metadata of calcite.
TransformSchema(String, List<TransformTable>) - Constructor for class org.apache.flink.cdc.runtime.parser.metadata.TransformSchema
 
TransformSchemaFactory - Class in org.apache.flink.cdc.runtime.parser.metadata
TransformSchemaFactory to generate the metadata of calcite.
TransformSchemaOperator - Class in org.apache.flink.cdc.runtime.operators.transform
A schema process function that applies user-defined transform logics.
TransformSchemaOperator.Builder - Class in org.apache.flink.cdc.runtime.operators.transform
TransformSqlOperatorTable - Class in org.apache.flink.cdc.runtime.parser.metadata
TransformSqlOperatorTable to generate the metadata of calcite.
TransformSqlReturnTypes - Class in org.apache.flink.cdc.runtime.parser.metadata
This is the return type definition of the call in the Transform expression, which references the class of FlinkReturnTypes in the Flink.
TransformSqlReturnTypes() - Constructor for class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
 
TransformTable - Class in org.apache.flink.cdc.runtime.parser.metadata
TransformTable to generate the metadata of calcite.
TransformTable(String, List<Column>) - Constructor for class org.apache.flink.cdc.runtime.parser.metadata.TransformTable
 
translateFilterExpressionToJaninoExpression(String) - Static method in class org.apache.flink.cdc.runtime.parser.TransformParser
 
translateSqlNodeToJaninoExpression(SqlNode) - Static method in class org.apache.flink.cdc.runtime.parser.JaninoCompiler
 
translateSqlNodeToJaninoRvalue(SqlNode) - Static method in class org.apache.flink.cdc.runtime.parser.JaninoCompiler
 
trim(String, String, String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
TRIM - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
TypeSerializerSingleton<T> - Class in org.apache.flink.cdc.runtime.serializer
A TypeSerializer whose method duplicate() return itself.
TypeSerializerSingleton() - Constructor for class org.apache.flink.cdc.runtime.serializer.TypeSerializerSingleton
 

U

unwrap(CoordinationResponse) - Static method in class org.apache.flink.cdc.runtime.operators.schema.event.CoordinationResponseUtils
 
upper(String) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
UPPER - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
uuid() - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
uuid(byte[]) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
UUID - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 

V

valueEquals(Object, Object) - Static method in class org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
VARCHAR_FORCE_NULLABLE - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
 
VARCHAR_NOT_NULL - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
 
version(int) - Method in class org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 

W

WEEK - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
wrap(R) - Static method in class org.apache.flink.cdc.runtime.operators.schema.event.CoordinationResponseUtils
 
write(BinaryWriter, int, Object, DataType, TypeSerializer<?>) - Static method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeArray(int, ArrayData, ArrayDataSerializer) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeBinary(int, byte[]) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeBoolean(int, boolean) - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
writeBoolean(int, boolean) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeByte(int, byte) - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
writeByte(int, byte) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeDecimal(int, DecimalData, int) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeDouble(int, double) - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
writeDouble(int, double) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeFloat(int, float) - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
writeFloat(int, float) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeInt(int, int) - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
writeInt(int, int) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeLocalZonedTimestamp(int, LocalZonedTimestampData, int) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeLong(int, long) - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
writeLong(int, long) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeMap(int, MapData, TypeSerializer<MapData>) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeNestedSerializerSnapshots(DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate
Writes the composite snapshot of all the contained serializers.
writeOuterSnapshot(DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
 
writeRecord(int, RecordData, TypeSerializer<RecordData>) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeShort(int, short) - Method in class org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
writeShort(int, short) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeSnapshot(DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
writeSnapshot(DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer.DecimalSerializerSnapshot
 
writeSnapshot(DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer.LocalZonedTimestampDataSerializerSnapshot
 
writeSnapshot(DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
writeSnapshot(DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer.ZonedTimestampDataSerializerSnapshot
 
writeSnapshot(DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.EnumSerializer.EnumSerializerSnapshot
 
writeSnapshot(DataOutputView) - Method in class org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper.NullableSerializerWrapperSnapshot
 
writeString(int, StringData) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeTimestamp(int, TimestampData, int) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 
writeZonedTimestamp(int, ZonedTimestampData, int) - Method in interface org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
 

Y

YEAR - Static variable in class org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 

Z

ZonedTimestampDataSerializer - Class in org.apache.flink.cdc.runtime.serializer.data
Serializer for ZonedTimestampData.
ZonedTimestampDataSerializer(int) - Constructor for class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
ZonedTimestampDataSerializer.ZonedTimestampDataSerializerSnapshot - Class in org.apache.flink.cdc.runtime.serializer.data
TypeSerializerSnapshot for ZonedTimestampDataSerializer.
ZonedTimestampDataSerializerSnapshot() - Constructor for class org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer.ZonedTimestampDataSerializerSnapshot
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
Skip navigation links

Copyright © 2024 The Apache Software Foundation. All rights reserved.