跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W Z 

A

abs(byte) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ABS operator applied to byte values.
abs(short) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ABS operator applied to short values.
abs(int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ABS operator applied to int values.
abs(long) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ABS operator applied to long values.
abs(float) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ABS operator applied to float values.
abs(double) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ABS operator applied to double values.
ABS - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
accepted(List<SchemaChangeEvent>) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
AddColumnEventSerializer - org.apache.flink.cdc.runtime.serializer.event中的类
A TypeSerializer for AddColumnEvent.
AddColumnEventSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
AddColumnEventSerializer.AddColumnEventSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.event中的类
Serializer configuration snapshot for compatibility and format evolution.
AddColumnEventSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer.AddColumnEventSerializerSnapshot
 
addTimezone(String) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformOperator.Builder
 
addTransform(String, String, String, String, String, String) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformOperator.Builder
 
addTransform(String, String, String) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformOperator.Builder
 
addTransform(String, String, String) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformOperator.Builder
 
addTransform(String, String, String, String, String, String) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformOperator.Builder
 
addUdfFunctions(List<Tuple2<String, String>>) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformOperator.Builder
 
addUdfFunctions(List<Tuple2<String, String>>) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformOperator.Builder
 
afterGrow() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
AlterColumnTypeEventSerializer - org.apache.flink.cdc.runtime.serializer.event中的类
A TypeSerializer for AlterColumnTypeEvent.
AlterColumnTypeEventSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
AlterColumnTypeEventSerializer.AlterColumnTypeEventSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.event中的类
Serializer configuration snapshot for compatibility and format evolution.
AlterColumnTypeEventSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer.AlterColumnTypeEventSerializerSnapshot
 
AND - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
applyEvolvedSchemaChange(SchemaChangeEvent) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
Apply schema change to a table.
applyOriginalSchemaChange(SchemaChangeEvent) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
Apply schema change to a table.
applySchemaChange(SchemaChangeEvent) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaDerivation
 
ARG0_VARCHAR_FORCE_NULLABLE - 类 中的静态变量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 - org.apache.flink.cdc.runtime.serializer.data中的类
Serializer for ArrayData.
ArrayDataSerializer(DataType) - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
ArrayDataSerializer.ArrayDataSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.data中的类
TypeSerializerSnapshot for ArrayDataSerializer.
ArrayDataSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer.ArrayDataSerializerSnapshot
 

B

BETWEEN - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
betweenAsymmetric(String, String, String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
betweenAsymmetric(Short, short, short) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
betweenAsymmetric(Integer, int, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
betweenAsymmetric(Long, long, long) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
betweenAsymmetric(Float, float, float) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
betweenAsymmetric(Double, double, double) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
betweenAsymmetric(BigDecimal, BigDecimal, BigDecimal) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
BinaryRecordDataGenerator - org.apache.flink.cdc.runtime.typeutils中的类
This class is used to create BinaryRecordData.
BinaryRecordDataGenerator(RowType) - 类 的构造器org.apache.flink.cdc.runtime.typeutils.BinaryRecordDataGenerator
 
BinaryRecordDataGenerator(DataType[]) - 类 的构造器org.apache.flink.cdc.runtime.typeutils.BinaryRecordDataGenerator
 
BinaryRecordDataGenerator(DataType[], TypeSerializer[]) - 类 的构造器org.apache.flink.cdc.runtime.typeutils.BinaryRecordDataGenerator
 
BinaryRecordDataSerializer - org.apache.flink.cdc.runtime.serializer.data.binary中的类
Serializer for BinaryRecordData.
BinaryRecordDataSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
BinaryRecordDataSerializer.BinaryRecordDataSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.data.binary中的类
TypeSerializerSnapshot for BinaryRecordDataSerializer.
BinaryRecordDataSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer.BinaryRecordDataSerializerSnapshot
 
BinaryRecordDataWriter - org.apache.flink.cdc.runtime.serializer.data.writer中的类
Writer for BinaryRecordData.
BinaryRecordDataWriter(BinaryRecordData) - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
BinaryRecordDataWriter(BinaryRecordData, int) - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
BinaryWriter - org.apache.flink.cdc.runtime.serializer.data.writer中的接口
Writer to write a composite data format, like row, array. 1.
BooleanSerializer - org.apache.flink.cdc.runtime.serializer中的类
Type serializer for Boolean.
BooleanSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
BooleanSerializer.BooleanSerializerSnapshot - org.apache.flink.cdc.runtime.serializer中的类
Serializer configuration snapshot for compatibility and format evolution.
BooleanSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.BooleanSerializer.BooleanSerializerSnapshot
 
build() - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
build() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformOperator.Builder
 
build() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformOperator.Builder
 
Builder() - 类 的构造器org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
Builder() - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.PostTransformOperator.Builder
 
Builder() - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.PreTransformOperator.Builder
 
BuiltInScalarFunction - 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 SqlFunction yet.
BuiltInScalarFunction(String, SqlKind, SqlReturnTypeInference, SqlOperandTypeInference, SqlOperandTypeChecker, SqlFunctionCategory, boolean, boolean, Function<SqlOperatorBinding, SqlMonotonicity>) - 类 的构造器org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
 
BuiltInScalarFunction(String, SqlKind, SqlReturnTypeInference, SqlOperandTypeInference, SqlOperandTypeChecker, SqlFunctionCategory) - 类 的构造器org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
 
BuiltInScalarFunction.Builder - org.apache.flink.cdc.runtime.functions中的类
Builder for fluent definition of built-in functions.
BuiltInTimestampFunction - 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) - 类 的构造器org.apache.flink.cdc.runtime.functions.BuiltInTimestampFunction
 
busy() - 类 中的静态方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
BytePrimitiveArraySerializer - org.apache.flink.cdc.runtime.serializer中的类
A serializer for byte arrays.
BytePrimitiveArraySerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
BytePrimitiveArraySerializer.BytePrimitiveArraySerializerSnapshot - org.apache.flink.cdc.runtime.serializer中的类
Serializer configuration snapshot for compatibility and format evolution.
BytePrimitiveArraySerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer.BytePrimitiveArraySerializerSnapshot
 
ByteSerializer - org.apache.flink.cdc.runtime.serializer中的类
Type serializer for Byte.
ByteSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
ByteSerializer.ByteSerializerSnapshot - org.apache.flink.cdc.runtime.serializer中的类
Serializer configuration snapshot for compatibility and format evolution.
ByteSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.ByteSerializer.ByteSerializerSnapshot
 

C

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

D

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

E

endInput() - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
EnumSerializer<T extends Enum<T>> - org.apache.flink.cdc.runtime.serializer中的类
TypeSerializer for Java enums.
EnumSerializer(Class<T>) - 类 的构造器org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
EnumSerializer.EnumSerializerSnapshot<T extends Enum<T>> - org.apache.flink.cdc.runtime.serializer中的类
TypeSerializerSnapshot for EnumSerializer.
EnumSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.EnumSerializer.EnumSerializerSnapshot
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.FlushSuccessEvent
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeRequest
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResultResponse
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SinkWriterRegisterEvent
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.UserDefinedFunctionDescriptor
 
EQUALS - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.partitioning.PartitioningEvent
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.serializer.ListSerializer
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.serializer.MapSerializer
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.serializer.TypeSerializerSingleton
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
equals(Object) - 类 中的方法org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
evaluate(BinaryRecordData, long, String) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.ProjectionColumnProcessor
 
EventPartitioner - org.apache.flink.cdc.runtime.partitioning中的类
Partitioner that send PartitioningEvent to its target partition.
EventPartitioner() - 类 的构造器org.apache.flink.cdc.runtime.partitioning.EventPartitioner
 
EventSerializer - org.apache.flink.cdc.runtime.serializer.event中的类
A TypeSerializer for Event.
EventSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
EventSerializer.EventSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.event中的类
Serializer configuration snapshot for compatibility and format evolution.
EventSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.event.EventSerializer.EventSerializerSnapshot
 
EventTypeInfo - org.apache.flink.cdc.runtime.typeutils中的类
A TypeInformation for Event.
EventTypeInfo() - 类 的构造器org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
evolvedSchemaExists(TableId) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
executionAttemptFailed(int, int, Throwable) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
executionAttemptReady(int, int, OperatorCoordinator.SubtaskGateway) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 

F

finish() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformOperator
 
finish() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformOperator
 
FloatSerializer - org.apache.flink.cdc.runtime.serializer中的类
Type serializer for Float.
FloatSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
FloatSerializer.FloatSerializerSnapshot - org.apache.flink.cdc.runtime.serializer中的类
Serializer configuration snapshot for compatibility and format evolution.
FloatSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.FloatSerializer.FloatSerializerSnapshot
 
floor(double) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
floor(float) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
floor(int, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL FLOOR operator applied to int values.
floor(long, long) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL FLOOR operator applied to long values.
FLOOR - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
flushSuccess(TableId, int, int) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryRequestHandler
Record flushed sink subtasks after receiving FlushSuccessEvent.
FlushSuccessEvent - org.apache.flink.cdc.runtime.operators.schema.event中的类
A OperatorEvent from sink writer to notify SchemaRegistry that it finished flushing.
FlushSuccessEvent(int, TableId) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.event.FlushSuccessEvent
 

G

generate(Object[]) - 类 中的方法org.apache.flink.cdc.runtime.typeutils.BinaryRecordDataGenerator
Creates an instance of BinaryRecordData with given field values.
generateProjectionColumns(String, List<Column>, List<UserDefinedFunctionDescriptor>) - 类 中的静态方法org.apache.flink.cdc.runtime.parser.TransformParser
 
generateReferencedColumns(String, String, List<Column>) - 类 中的静态方法org.apache.flink.cdc.runtime.parser.TransformParser
 
getAllColumnList() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
getAllowedSignatures(SqlOperator, String) - 类 中的方法org.apache.flink.cdc.runtime.parser.metadata.TransformNumericExceptFirstOperandChecker
 
getArgumentClasses() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
getArgumentNames() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
getArity() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
getArity() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
getBehavior() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
getClassName() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.UserDefinedFunctionDescriptor
 
getClasspath() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.UserDefinedFunctionDescriptor
 
getColumn() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
getColumnName() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
getColumnNames() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformFilter
 
getConsistency() - 类 中的方法org.apache.flink.cdc.runtime.parser.metadata.TransformNumericExceptFirstOperandChecker
 
getCoordinatorProvider(String, OperatorID) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.SchemaOperatorFactory
 
getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
 
getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.cdc.runtime.serializer.ListSerializer.ListSerializerSnapshot
 
getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.cdc.runtime.serializer.MapSerializer.MapSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer.DecimalSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer.LocalZonedTimestampDataSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer.ZonedTimestampDataSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.cdc.runtime.serializer.EnumSerializer.EnumSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper.NullableSerializerWrapperSnapshot
 
getDataType() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
getDerivationMapping() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaDerivation
 
getElementSerializer() - 类 中的方法org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
Gets the serializer for the elements of the list.
getElementSerializer() - 类 中的方法org.apache.flink.cdc.runtime.serializer.ListSerializer
Gets the serializer for the elements of the list.
getEleSer() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
getEvolvedSchema(TableId, int) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
Get schema at the specified version of a table.
GetEvolvedSchemaRequest - org.apache.flink.cdc.runtime.operators.schema.event中的类
Request to SchemaRegistry for getting schema of a table.
GetEvolvedSchemaRequest(TableId, int) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.event.GetEvolvedSchemaRequest
 
GetEvolvedSchemaResponse - org.apache.flink.cdc.runtime.operators.schema.event中的类
Coordination response from SchemaRegistry for GetEvolvedSchemaRequest.
GetEvolvedSchemaResponse(Schema) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.event.GetEvolvedSchemaResponse
 
getExpression() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
getExpression() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformFilter
 
getFieldOffset(int) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
getFilter() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformer
 
getFilter() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformer
 
getFilter() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformRule
 
getFinishedSchemaChangeEvents() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResultResponse
 
getKey(PartitioningEvent) - 类 中的方法org.apache.flink.cdc.runtime.partitioning.PartitioningEventKeySelector
 
getKeySerializer() - 类 中的方法org.apache.flink.cdc.runtime.serializer.MapSerializer
 
getKeySerializerSnapshot() - 类 中的方法org.apache.flink.cdc.runtime.serializer.MapSerializer.MapSerializerSnapshot
 
getLatestEvolvedSchema(TableId) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
Get the latest evolved schema of the specified table.
getLatestEvolvedSchema(TableId) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.SchemaEvolutionClient
 
getLatestOriginalSchema(TableId) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
Get the latest original schema of the specified table.
getLatestOriginalSchema(TableId) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.SchemaEvolutionClient
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.IntSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.ListSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.LongSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.MapSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.StringSerializer
 
getLength() - 类 中的方法org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
getMonotonicity(SqlOperatorBinding) - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
 
getName() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformChangeInfo
 
getName() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo
 
getName() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.UserDefinedFunctionDescriptor
 
getName() - 类 中的方法org.apache.flink.cdc.runtime.parser.metadata.TransformTable
 
getNamespace() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformChangeInfo
 
getNestedSerializers(LinkedListSerializer<T>) - 类 中的方法org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
 
getNestedSerializers(ListSerializer<T>) - 类 中的方法org.apache.flink.cdc.runtime.serializer.ListSerializer.ListSerializerSnapshot
 
getNestedSerializers(MapSerializer<K, V>) - 类 中的方法org.apache.flink.cdc.runtime.serializer.MapSerializer.MapSerializerSnapshot
 
getNestedSerializerSnapshots() - 类 中的方法org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate
Returns the snapshots of the nested serializers.
getOperandCountRange() - 类 中的方法org.apache.flink.cdc.runtime.parser.metadata.TransformNumericExceptFirstOperandChecker
 
getOperatorId() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryProvider
 
getOptions() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.SchemaMetadataTransform
 
getOriginalColumnNames() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
getOriginalSchema(TableId, int) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
Get schema at the specified version of a table.
GetOriginalSchemaRequest - org.apache.flink.cdc.runtime.operators.schema.event中的类
Request to SchemaRegistry for getting original schema of a table.
GetOriginalSchemaRequest(TableId, int) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.event.GetOriginalSchemaRequest
 
GetOriginalSchemaResponse - org.apache.flink.cdc.runtime.operators.schema.event中的类
Coordination response from SchemaRegistry for GetOriginalSchemaRequest.
GetOriginalSchemaResponse(Schema) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.event.GetOriginalSchemaResponse
 
getPartitionKey() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformRule
 
getPartitionKeys() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.SchemaMetadataTransform
 
getPayload() - 类 中的方法org.apache.flink.cdc.runtime.partitioning.PartitioningEvent
 
getPostTransformedFieldGetters() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformChangeInfo
 
getPostTransformedSchema() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformChangeInfo
 
getPreTransformedFieldGetters() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformChangeInfo
 
getPreTransformedRecordDataGenerator() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo
 
getPreTransformedSchema() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformChangeInfo
 
getPreTransformedSchema() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo
 
getPrimaryKey() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformRule
 
getPrimaryKeys() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.SchemaMetadataTransform
 
getProjection() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformer
 
getProjection() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformer
 
getProjection() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
getProjection() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformRule
 
getProjectionColumn() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.ProjectionColumnProcessor
 
getProjectionColumns() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
getRecordDataGenerator() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformChangeInfo
 
getRestoredNestedSerializer(int) - 类 中的方法org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate
Creates the restore serializer from the pos-th config snapshot.
getRestoredNestedSerializers() - 类 中的方法org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate
Produces a restore serializer from each contained serializer configuration snapshot.
getReturnClass() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
getReturnTypeHint() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.UserDefinedFunctionDescriptor
 
getRowType(RelDataTypeFactory) - 类 中的方法org.apache.flink.cdc.runtime.parser.metadata.TransformTable
 
getSchema() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.GetEvolvedSchemaResponse
 
getSchema() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.GetOriginalSchemaResponse
 
getSchemaChangeEvent() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeRequest
 
getSchemaChangeEvents() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
getSchemaChangeResult(CompletableFuture<CoordinationResponse>) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryRequestHandler
 
getSchemaName() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformChangeInfo
 
getSchemaName() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo
 
getSchemaVersion() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.GetEvolvedSchemaRequest
 
getSchemaVersion() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.GetOriginalSchemaRequest
 
getScriptExpression() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
getScriptExpression() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformFilter
 
getSelectors() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformer
 
getSelectors() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformer
 
getSourceFieldGetters() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo
 
getSourceSchema() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo
 
getStreamOperatorClass(ClassLoader) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperatorFactory
 
getSubtask() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.FlushSuccessEvent
 
getSubtask() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SinkWriterRegisterEvent
 
getSubTaskId() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeRequest
 
getTableId() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.FlushSuccessEvent
 
getTableId() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.GetEvolvedSchemaRequest
 
getTableId() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.GetOriginalSchemaRequest
 
getTableId() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeRequest
 
getTableId() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformChangeInfo
 
getTableId() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo
 
getTableInclusions() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformRule
 
getTableMap() - 类 中的方法org.apache.flink.cdc.runtime.parser.metadata.TransformSchema
 
getTableName() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformChangeInfo
 
getTableName() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo
 
getTableOption() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformRule
 
getTargetPartition() - 类 中的方法org.apache.flink.cdc.runtime.partitioning.PartitioningEvent
 
getTotalFields() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
getTotalFields() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
getTypeClass() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
getTypeClass() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
getValueSerializer() - 类 中的方法org.apache.flink.cdc.runtime.serializer.MapSerializer
 
getVersion() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager.Serializer
 
getVersion() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo.Serializer
 
GREATER_THAN - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
GREATER_THAN_OR_EQUAL - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 

H

handleApplyEvolvedSchemaChangeRequest(SchemaChangeEvent) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
handleApplyOriginalSchemaChangeEvent(SchemaChangeEvent) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
handleCoordinationRequest(CoordinationRequest) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
handleEventFromOperator(int, int, OperatorEvent) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
handleSchemaChangeRequest(SchemaChangeRequest, CompletableFuture<CoordinationResponse>) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryRequestHandler
Handle the SchemaChangeRequest and wait for all sink subtasks flushing.
hasAsterisk(String) - 类 中的静态方法org.apache.flink.cdc.runtime.parser.TransformParser
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.FlushSuccessEvent
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeRequest
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResultResponse
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SinkWriterRegisterEvent
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.UserDefinedFunctionDescriptor
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.partitioning.PartitioningEvent
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.serializer.ListSerializer
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.serializer.MapSerializer
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.serializer.TypeSerializerSingleton
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
hasTableInfo() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 

I

IF - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
IF_NULLABLE - 类 中的静态变量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).
ignored() - 类 中的静态方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
in(String, String...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
in(Short, Short...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
in(Integer, Integer...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
in(Long, Long...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
in(Float, Float...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
in(Double, Double...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
in(BigDecimal, BigDecimal...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
IN - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
increaseFailedSchemaChangeEvents(long) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.metrics.SchemaOperatorMetrics
 
increaseFinishedSchemaChangeEvents(long) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.metrics.SchemaOperatorMetrics
 
increaseIgnoredSchemaChangeEvents(long) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.metrics.SchemaOperatorMetrics
 
increaseSchemaChangeEvents(long) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.metrics.SchemaOperatorMetrics
 
inferReturnType(SqlOperatorBinding) - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInTimestampFunction
 
initializeState(StateInitializationContext) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.DataSinkFunctionOperator
 
initializeState(StateInitializationContext) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
initializeState(StateInitializationContext) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformOperator
 
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSchemaFactory
 
instance() - 类 中的静态方法org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.BooleanSerializer
Sharable instance of the BooleanSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.ByteSerializer
Sharable instance of the ByteSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.DoubleSerializer
Sharable instance of the DoubleSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.event.EventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.FloatSerializer
Sharable instance of the FloatSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.IntSerializer
Sharable instance of the IntSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.LongSerializer
Sharable instance of the LongSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
Sharable instance of the TableIdSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.ShortSerializer
Sharable instance of the ShortSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.StringSerializer
Sharable instance of the StringSerializer.
INSTANCE - 类 中的静态变量org.apache.flink.cdc.runtime.serializer.TableIdSerializer
Sharable instance of the TableIdSerializer.
internal() - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
InternalSerializers - org.apache.flink.cdc.runtime.serializer中的类
TypeSerializer of DataType for internal data structures.
IntSerializer - org.apache.flink.cdc.runtime.serializer中的类
Type serializer for Integer (and int, via auto-boxing).
IntSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.IntSerializer
 
IntSerializer.IntSerializerSnapshot - org.apache.flink.cdc.runtime.serializer中的类
Serializer configuration snapshot for compatibility and format evolution.
IntSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.IntSerializer.IntSerializerSnapshot
 
IS_FALSE - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
IS_NOT_FALSE - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
IS_NOT_NULL - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
IS_NOT_TRUE - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
IS_NULL - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
IS_TRUE - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
isAccepted() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
isBasicType() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
isBasicType() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
isCdcPipelineUdf() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.UserDefinedFunctionDescriptor
 
isDeterministic() - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
 
isDeterministic() - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInTimestampFunction
 
isDuplicate() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
isIgnored() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.IntSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.ListSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.LongSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.MapSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.StringSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
isInternal() - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
 
isKeyType() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
isKeyType() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
isOptional(int) - 类 中的方法org.apache.flink.cdc.runtime.parser.metadata.TransformNumericExceptFirstOperandChecker
 
isOriginalSchemaChangeEventRedundant(SchemaChangeEvent) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
This function checks if the given schema change event has been applied already.
isRegistryBusy() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
isTupleType() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
isTupleType() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
isVaild() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformFilter
 
isValid() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
isValidTransformedProjectionColumn() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 

J

JaninoCompiler - 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() - 类 的构造器org.apache.flink.cdc.runtime.parser.JaninoCompiler
 

K

kind(SqlKind) - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 

L

LATEST_SCHEMA_VERSION - 类 中的静态变量org.apache.flink.cdc.runtime.operators.schema.event.GetEvolvedSchemaRequest
 
LATEST_SCHEMA_VERSION - 类 中的静态变量org.apache.flink.cdc.runtime.operators.schema.event.GetOriginalSchemaRequest
 
LESS_THAN - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
LESS_THAN_OR_EQUAL - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
like(String, String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
LIKE - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
LinkedListSerializer<T> - org.apache.flink.cdc.runtime.serializer中的类
A serializer for LinkedList.
LinkedListSerializer(TypeSerializer<T>) - 类 的构造器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) - 类 的构造器org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
LinkedListSerializer.LinkedListSerializerSnapshot<T> - org.apache.flink.cdc.runtime.serializer中的类
Snapshot class for the LinkedListSerializer.
LinkedListSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
Constructor for read instantiation.
LinkedListSerializerSnapshot(LinkedListSerializer<T>) - 类 的构造器org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
Constructor to create the snapshot for writing.
ListSerializer<T> - org.apache.flink.cdc.runtime.serializer中的类
A serializer for Lists.
ListSerializer(TypeSerializer<T>) - 类 的构造器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> - org.apache.flink.cdc.runtime.serializer中的类
Snapshot class for the ListSerializer.
ListSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.ListSerializer.ListSerializerSnapshot
Constructor for read instantiation.
ListSerializerSnapshot(ListSerializer<T>) - 类 的构造器org.apache.flink.cdc.runtime.serializer.ListSerializer.ListSerializerSnapshot
Constructor to create the snapshot for writing.
loadSystemFunction(String) - 类 中的静态方法org.apache.flink.cdc.runtime.parser.JaninoCompiler
 
localtime(long, String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
LOCALTIME - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
localtimestamp(long, String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
LOCALTIMESTAMP - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
LocalZonedTimestampDataSerializer - org.apache.flink.cdc.runtime.serializer.data中的类
Serializer for LocalZonedTimestampData.
LocalZonedTimestampDataSerializer(int) - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
LocalZonedTimestampDataSerializer.LocalZonedTimestampDataSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.data中的类
TypeSerializerSnapshot for TimestampDataSerializer.
LocalZonedTimestampDataSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer.LocalZonedTimestampDataSerializerSnapshot
 
LongSerializer - org.apache.flink.cdc.runtime.serializer中的类
Type serializer for Long.
LongSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.LongSerializer
 
LongSerializer.LongSerializerSnapshot - org.apache.flink.cdc.runtime.serializer中的类
Serializer configuration snapshot for compatibility and format evolution.
LongSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.LongSerializer.LongSerializerSnapshot
 
lookupOperatorOverloads(SqlIdentifier, SqlFunctionCategory, SqlSyntax, List<SqlOperator>, SqlNameMatcher) - 类 中的方法org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
lower(String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
LOWER - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 

M

MAGIC_TABLE_ID - 类 中的静态变量org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo.Serializer
Used to distinguish with the state which CURRENT_VERSION was not written.
map(PartitioningEvent) - 类 中的方法org.apache.flink.cdc.runtime.partitioning.PostPartitionProcessor
 
MapSerializer<K,V> - org.apache.flink.cdc.runtime.serializer中的类
A serializer for Map.
MapSerializer(TypeSerializer<K>, TypeSerializer<V>) - 类 的构造器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> - org.apache.flink.cdc.runtime.serializer中的类
Snapshot class for the MapSerializer.
MapSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.MapSerializer.MapSerializerSnapshot
Constructor for read instantiation.
MapSerializerSnapshot(MapSerializer<K, V>) - 类 的构造器org.apache.flink.cdc.runtime.serializer.MapSerializer.MapSerializerSnapshot
Constructor to create the snapshot for writing.
METADATA_COLUMNS - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.MetadataColumns
 
MetadataColumns - org.apache.flink.cdc.runtime.parser.metadata中的类
Contains all supported metadata columns that could be used in transform expressions.
MetadataColumns() - 类 的构造器org.apache.flink.cdc.runtime.parser.metadata.MetadataColumns
 
MetadataColumnSerializer - org.apache.flink.cdc.runtime.serializer.schema中的类
A TypeSerializer for MetadataColumn.
MetadataColumnSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
MetadataColumnSerializer.MetadataColumnSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.schema中的类
Serializer configuration snapshot for compatibility and format evolution.
MetadataColumnSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer.MetadataColumnSerializerSnapshot
 
MINUS - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
monotonicity(SqlMonotonicity) - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
monotonicity(Function<SqlOperatorBinding, SqlMonotonicity>) - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
MULTIPLY - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 

N

name(String) - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
NestedSerializersSnapshotDelegate - org.apache.flink.cdc.runtime.serializer中的类
A NestedSerializersSnapshotDelegate represents the snapshots of multiple serializers that are used by an outer serializer.
NestedSerializersSnapshotDelegate(TypeSerializer<?>...) - 类 的构造器org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate
Constructor to create a snapshot for writing.
newBuilder() - 类 中的静态方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction
Builder for configuring and creating instances of BuiltInScalarFunction.
newBuilder() - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.PostTransformOperator
 
newBuilder() - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.PreTransformOperator
 
newThread(Runnable) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryProvider.CoordinatorExecutorThreadFactory
 
normalizeFilter(String, String) - 类 中的静态方法org.apache.flink.cdc.runtime.parser.TransformParser
 
NOT - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
NOT_BETWEEN - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
NOT_EQUALS - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
NOT_IN - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
NOT_LIKE - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
notBetweenAsymmetric(String, String, String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notBetweenAsymmetric(Short, short, short) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notBetweenAsymmetric(Integer, int, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notBetweenAsymmetric(Long, long, long) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notBetweenAsymmetric(Float, float, float) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notBetweenAsymmetric(Double, double, double) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notBetweenAsymmetric(BigDecimal, BigDecimal, BigDecimal) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notDeterministic() - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
notifyCheckpointComplete(long) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
notifyFlushSuccess(int, TableId) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.SchemaEvolutionClient
notIn(String, String...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notIn(Short, Short...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notIn(Integer, Integer...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notIn(Long, Long...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notIn(Float, Float...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notIn(Double, Double...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notIn(BigDecimal, BigDecimal...) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
notLike(String, String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
now(long) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
NOW - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
NullableSerializerWrapper<T> - org.apache.flink.cdc.runtime.serializer中的类
Type serializer for nullable object.
NullableSerializerWrapper(TypeSerializer<T>) - 类 的构造器org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
NullableSerializerWrapper.NullableSerializerWrapperSnapshot<T> - org.apache.flink.cdc.runtime.serializer中的类
Serializer configuration snapshot for compatibility and format evolution.
NullableSerializerWrapperSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper.NullableSerializerWrapperSnapshot
 
NullableSerializerWrapperSnapshot(TypeSerializer<T>) - 类 的构造器org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper.NullableSerializerWrapperSnapshot
 
NUM_FAILED_SCHEMA_CHANGE_EVENTS - 类 中的静态变量org.apache.flink.cdc.runtime.operators.schema.metrics.SchemaOperatorMetrics
Number of schema change events that failed to apply.
NUM_FINISHED_SCHEMA_CHANGE_EVENTS - 类 中的静态变量org.apache.flink.cdc.runtime.operators.schema.metrics.SchemaOperatorMetrics
Number of successfully applied schema change events.
NUM_IGNORED_SCHEMA_CHANGE_EVENTS - 类 中的静态变量org.apache.flink.cdc.runtime.operators.schema.metrics.SchemaOperatorMetrics
Number of schema change events ignored.
NUM_SCHEMA_CHANGE_EVENTS - 类 中的静态变量org.apache.flink.cdc.runtime.operators.schema.metrics.SchemaOperatorMetrics
Total count of schema change events received.
NUMERIC_FROM_ARG1_DEFAULT1 - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
 
NUMERIC_FROM_ARG1_DEFAULT1_NULLABLE - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
 

O

of(TableId, Schema, Schema) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.PostTransformChangeInfo
 
of(TableId, Schema, Schema) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo
 
of(String, DataType) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
of(String, DataType, String, String, List<String>) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
of(PostTransformChangeInfo, ProjectionColumn, String, List<UserDefinedFunctionDescriptor>, List<Object>) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.ProjectionColumnProcessor
 
of(String, List<String>, List<Class<?>>, Class<?>) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.TransformExpressionKey
 
of(String, List<UserDefinedFunctionDescriptor>) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.TransformFilter
 
of(PostTransformChangeInfo, TransformFilter, String, List<UserDefinedFunctionDescriptor>, List<Object>) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.TransformFilterProcessor
 
of(String) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
of(PostTransformChangeInfo, TransformProjection, String, List<UserDefinedFunctionDescriptor>, List<Object>) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
of(TransformProjection, String, List<UserDefinedFunctionDescriptor>, List<Object>) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
of(TransformProjection, List<UserDefinedFunctionDescriptor>, List<Object>) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
ofLatestSchema(TableId) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.schema.event.GetEvolvedSchemaRequest
 
ofLatestSchema(TableId) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.schema.event.GetOriginalSchemaRequest
 
open() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.SchemaOperator
 
open() - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
open() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformOperator
 
open() - 类 中的方法org.apache.flink.cdc.runtime.partitioning.PrePartitionOperator
 
operandTypeChecker(SqlOperandTypeChecker) - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
operandTypeInference(SqlOperandTypeInference) - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
OR - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
org.apache.flink.cdc.runtime.functions - 程序包 org.apache.flink.cdc.runtime.functions
 
org.apache.flink.cdc.runtime.operators.schema - 程序包 org.apache.flink.cdc.runtime.operators.schema
 
org.apache.flink.cdc.runtime.operators.schema.coordinator - 程序包 org.apache.flink.cdc.runtime.operators.schema.coordinator
 
org.apache.flink.cdc.runtime.operators.schema.event - 程序包 org.apache.flink.cdc.runtime.operators.schema.event
 
org.apache.flink.cdc.runtime.operators.schema.metrics - 程序包 org.apache.flink.cdc.runtime.operators.schema.metrics
 
org.apache.flink.cdc.runtime.operators.sink - 程序包 org.apache.flink.cdc.runtime.operators.sink
 
org.apache.flink.cdc.runtime.operators.transform - 程序包 org.apache.flink.cdc.runtime.operators.transform
 
org.apache.flink.cdc.runtime.parser - 程序包 org.apache.flink.cdc.runtime.parser
 
org.apache.flink.cdc.runtime.parser.metadata - 程序包 org.apache.flink.cdc.runtime.parser.metadata
 
org.apache.flink.cdc.runtime.partitioning - 程序包 org.apache.flink.cdc.runtime.partitioning
 
org.apache.flink.cdc.runtime.serializer - 程序包 org.apache.flink.cdc.runtime.serializer
 
org.apache.flink.cdc.runtime.serializer.data - 程序包 org.apache.flink.cdc.runtime.serializer.data
 
org.apache.flink.cdc.runtime.serializer.data.binary - 程序包 org.apache.flink.cdc.runtime.serializer.data.binary
 
org.apache.flink.cdc.runtime.serializer.data.writer - 程序包 org.apache.flink.cdc.runtime.serializer.data.writer
 
org.apache.flink.cdc.runtime.serializer.event - 程序包 org.apache.flink.cdc.runtime.serializer.event
 
org.apache.flink.cdc.runtime.serializer.schema - 程序包 org.apache.flink.cdc.runtime.serializer.schema
 
org.apache.flink.cdc.runtime.typeutils - 程序包 org.apache.flink.cdc.runtime.typeutils
 
originalSchemaExists(TableId) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 

P

parseComputedColumnNames(String) - 类 中的静态方法org.apache.flink.cdc.runtime.parser.TransformParser
 
parseFilterColumnNameList(String) - 类 中的静态方法org.apache.flink.cdc.runtime.parser.TransformParser
 
parseFilterExpression(String) - 类 中的静态方法org.apache.flink.cdc.runtime.parser.TransformParser
 
parseSelect(String) - 类 中的静态方法org.apache.flink.cdc.runtime.parser.TransformParser
 
partition(Integer, int) - 类 中的方法org.apache.flink.cdc.runtime.partitioning.EventPartitioner
 
PartitioningEvent - 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) - 类 的构造器org.apache.flink.cdc.runtime.partitioning.PartitioningEvent
 
PartitioningEventKeySelector - org.apache.flink.cdc.runtime.partitioning中的类
Key selector for PartitioningEvent.
PartitioningEventKeySelector() - 类 的构造器org.apache.flink.cdc.runtime.partitioning.PartitioningEventKeySelector
 
PartitioningEventSerializer - org.apache.flink.cdc.runtime.serializer.event中的类
A TypeSerializer for PartitioningEvent.
PartitioningEventSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
PartitioningEventSerializer.PartitioningEventSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.event中的类
TypeSerializerSnapshot for PartitioningEventSerializer.
PartitioningEventSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer.PartitioningEventSerializerSnapshot
 
PartitioningEventTypeInfo - org.apache.flink.cdc.runtime.typeutils中的类
Type information for PartitioningEvent.
PartitioningEventTypeInfo() - 类 的构造器org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
PERCENT_REMAINDER - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
PhysicalColumnSerializer - org.apache.flink.cdc.runtime.serializer.schema中的类
A TypeSerializer for PhysicalColumn.
PhysicalColumnSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
PhysicalColumnSerializer.PhysicalColumnSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.schema中的类
Serializer configuration snapshot for compatibility and format evolution.
PhysicalColumnSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer.PhysicalColumnSerializerSnapshot
 
PLUS - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
PostPartitionProcessor - org.apache.flink.cdc.runtime.partitioning中的类
Function for unloading Event from internal PartitioningEvent after EventPartitioner.
PostPartitionProcessor() - 类 的构造器org.apache.flink.cdc.runtime.partitioning.PostPartitionProcessor
 
PostTransformChangeInfo - org.apache.flink.cdc.runtime.operators.transform中的类
PostTransformChangeInfo caches pre-transformed / pre-transformed schema, schema field getters, and binary record data generator for post-transform schema.
PostTransformChangeInfo(TableId, Schema, RecordData.FieldGetter[], Schema, RecordData.FieldGetter[], BinaryRecordDataGenerator) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.PostTransformChangeInfo
 
PostTransformer - org.apache.flink.cdc.runtime.operators.transform中的类
Post-Transformation rule used by PostTransformOperator.
PostTransformer(Selectors, TransformProjection, TransformFilter) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.PostTransformer
 
PostTransformOperator - org.apache.flink.cdc.runtime.operators.transform中的类
A data process function that performs column filtering, calculated column evaluation & final projection.
PostTransformOperator.Builder - org.apache.flink.cdc.runtime.operators.transform中的类
prepareSnapshotPreBarrier(long) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
PrePartitionOperator - org.apache.flink.cdc.runtime.partitioning中的类
Operator for processing events from SchemaOperator before EventPartitioner.
PrePartitionOperator(OperatorID, int, HashFunctionProvider<DataChangeEvent>) - 类 的构造器org.apache.flink.cdc.runtime.partitioning.PrePartitionOperator
 
PreTransformChangeInfo - org.apache.flink.cdc.runtime.operators.transform中的类
PreTransformChangeInfo caches source / pre-transformed schema, source schema field getters, and binary record data generator for pre-transform schema.
PreTransformChangeInfo(TableId, Schema, Schema, RecordData.FieldGetter[], BinaryRecordDataGenerator) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo
 
PreTransformChangeInfo.Serializer - org.apache.flink.cdc.runtime.operators.transform中的类
Serializer for PreTransformChangeInfo.
preTransformCreateTableEvent(CreateTableEvent) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformProcessor
This method analyses (directly and indirectly) referenced columns, and peels unused columns from schema.
PreTransformer - org.apache.flink.cdc.runtime.operators.transform中的类
Pre-Transformation rule used by PreTransformOperator.
PreTransformer(Selectors, TransformProjection, TransformFilter) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.PreTransformer
 
PreTransformOperator - org.apache.flink.cdc.runtime.operators.transform中的类
A data process function that filters out columns which aren't (directly & indirectly) referenced.
PreTransformOperator.Builder - org.apache.flink.cdc.runtime.operators.transform中的类
PreTransformProcessor - org.apache.flink.cdc.runtime.operators.transform中的类
The processor of pre-transform projection in PreTransformOperator.
PreTransformProcessor(PreTransformChangeInfo) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.PreTransformProcessor
 
process(BinaryRecordData, long, String) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformFilterProcessor
 
processData(BinaryRecordData, long, String) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
processElement(StreamRecord<Event>) - 类 中的方法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>) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.DataSinkFunctionOperator
 
processElement(StreamRecord<Event>) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
processElement(StreamRecord<Event>) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformOperator
 
processElement(StreamRecord<Event>) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformOperator
 
processElement(StreamRecord<Event>) - 类 中的方法org.apache.flink.cdc.runtime.partitioning.PrePartitionOperator
 
processFillDataField(BinaryRecordData) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformProcessor
 
processProjectionTransform(TableId, Schema, LinkedHashSet<Column>, PreTransformer) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformOperator
 
processSchemaChangeEvent(Schema) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
processWatermark(Watermark) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
processWatermarkStatus(WatermarkStatus) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
ProjectionColumn - org.apache.flink.cdc.runtime.operators.transform中的类
The ProjectionColumn applies to describe the information of the transformation column.
ProjectionColumn(Column, String, String, List<String>) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
ProjectionColumnProcessor - org.apache.flink.cdc.runtime.operators.transform中的类
The processor of the projection column.
ProjectionColumnProcessor(PostTransformChangeInfo, ProjectionColumn, String, List<UserDefinedFunctionDescriptor>, List<Object>) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.ProjectionColumnProcessor
 

R

readNestedSerializerSnapshots(DataInputView, ClassLoader) - 类 中的静态方法org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate
Reads the composite snapshot of all the contained serializers.
readOuterSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer.DecimalSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer.LocalZonedTimestampDataSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer.ZonedTimestampDataSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.cdc.runtime.serializer.EnumSerializer.EnumSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper.NullableSerializerWrapperSnapshot
 
RecordDataSerializer - org.apache.flink.cdc.runtime.serializer.data中的类
Serializer for RecordData.
RecordDataSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
RecordDataSerializer.RecordDataSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.data中的类
TypeSerializerSnapshot for RecordDataSerializer.
RecordDataSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer.RecordDataSerializerSnapshot
 
REGEXP_REPLACE - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
regexpReplace(String, String, String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
Returns a string resulting from replacing all substrings that match the regular expression with replacement.
registerSinkWriter(int) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryRequestHandler
Register a sink subtask.
registerSubtask(int) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.SchemaEvolutionClient
RenameColumnEventSerializer - org.apache.flink.cdc.runtime.serializer.event中的类
A TypeSerializer for RenameColumnEvent.
RenameColumnEventSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
RenameColumnEventSerializer.RenameColumnEventSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.event中的类
Serializer configuration snapshot for compatibility and format evolution.
RenameColumnEventSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer.RenameColumnEventSerializerSnapshot
 
reset() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
First, reset.
reset() - 接口 中的方法org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
Reset writer to prepare next write.
resetToCheckpoint(long, byte[]) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
resolveCompatibilityWithNested(TypeSerializerSchemaCompatibility<?>, TypeSerializer<?>...) - 类 中的方法org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate
已过时。
this no method will be removed in the future. Resolving compatibility for nested serializers is now handled by CompositeTypeSerializerSnapshot.
resolveOuterSchemaCompatibility(LinkedListSerializer<T>) - 类 中的方法org.apache.flink.cdc.runtime.serializer.LinkedListSerializer.LinkedListSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<ArrayData>) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<DecimalData>) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer.DecimalSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<LocalZonedTimestampData>) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer.LocalZonedTimestampDataSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<TimestampData>) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<ZonedTimestampData>) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer.ZonedTimestampDataSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<T>) - 类 中的方法org.apache.flink.cdc.runtime.serializer.EnumSerializer.EnumSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<T>) - 类 中的方法org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper.NullableSerializerWrapperSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer.DecimalSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer.LocalZonedTimestampDataSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer.ZonedTimestampDataSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.cdc.runtime.serializer.EnumSerializer.EnumSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper.NullableSerializerWrapperSnapshot
 
returnType(SqlReturnTypeInference) - 类 中的方法org.apache.flink.cdc.runtime.functions.BuiltInScalarFunction.Builder
 
rewriteExpression(SqlNode, Map<String, SqlNode>) - 类 中的静态方法org.apache.flink.cdc.runtime.parser.TransformParser
 
round(byte) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to byte values.
round(byte, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to byte values.
round(short) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to short values.
round(short, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to short values.
round(int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to int values.
round(int, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to int values.
round(long) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to long values.
round(long, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to long values.
round(BigDecimal) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to BigDecimal values.
round(BigDecimal, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to BigDecimal values.
round(float) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to float values.
round(float, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to float values.
round(double) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to double values.
round(double, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
SQL ROUND operator applied to double values.
ROUND - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
ROUND_FUNCTION - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
ROUND(num [,len]) type inference.
ROUND_FUNCTION_NULLABLE - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
 
RowTypeSerializer - org.apache.flink.cdc.runtime.serializer.schema中的类
A TypeSerializer for RowType.
RowTypeSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
RowTypeSerializer.RowTypeSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.schema中的类
Serializer configuration snapshot for compatibility and format evolution.
RowTypeSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer.RowTypeSerializerSnapshot
 

S

SCHEMA_CHANGE_BEHAVIOR - 类 中的静态变量org.apache.flink.cdc.runtime.operators.schema.metrics.SchemaOperatorMetrics
Current schema change behavior.
SCHEMA_CHANGE_BEHAVIOR_INTEGER_MAP - 类 中的静态变量org.apache.flink.cdc.runtime.operators.schema.metrics.SchemaOperatorMetrics
 
SchemaChangeEventSerializer - org.apache.flink.cdc.runtime.serializer.event中的类
A TypeSerializer for SchemaChangeEvent.
SchemaChangeEventSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
SchemaChangeEventSerializer.SchemaChangeEventSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.event中的类
Serializer configuration snapshot for compatibility and format evolution.
SchemaChangeEventSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer.SchemaChangeEventSerializerSnapshot
 
SchemaChangeProcessingResponse - org.apache.flink.cdc.runtime.operators.schema.event中的类
The response for SchemaChangeResultRequest from SchemaRegistry to SchemaOperator if not apply SchemaChangeEvent in time.
SchemaChangeProcessingResponse() - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeProcessingResponse
 
SchemaChangeRequest - org.apache.flink.cdc.runtime.operators.schema.event中的类
The request from SchemaOperator to SchemaRegistry to request to change schemas.
SchemaChangeRequest(TableId, SchemaChangeEvent, int) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeRequest
 
SchemaChangeResponse - org.apache.flink.cdc.runtime.operators.schema.event中的类
SchemaChangeResponse.ResponseCode - org.apache.flink.cdc.runtime.operators.schema.event中的枚举
Schema Change Response status code.
SchemaChangeResultRequest - org.apache.flink.cdc.runtime.operators.schema.event中的类
request from SchemaOperator to SchemaRegistry for getting result of applying schema change.
SchemaChangeResultRequest() - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResultRequest
 
SchemaChangeResultResponse - org.apache.flink.cdc.runtime.operators.schema.event中的类
SchemaChangeResultResponse(List<SchemaChangeEvent>) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResultResponse
 
SchemaDerivation - org.apache.flink.cdc.runtime.operators.schema.coordinator中的类
Derive schema changes based on the routing rules.
SchemaDerivation(SchemaManager, List<RouteRule>, Map<TableId, Set<TableId>>) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaDerivation
 
SchemaEvolutionClient - org.apache.flink.cdc.runtime.operators.sink中的类
Client for DataSinkWriterOperator interact with SchemaRegistry when table schema evolution happened.
SchemaEvolutionClient(TaskOperatorEventGateway, OperatorID) - 类 的构造器org.apache.flink.cdc.runtime.operators.sink.SchemaEvolutionClient
 
schemaExists(Map<TableId, SortedMap<Integer, Schema>>, TableId) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
SchemaManager - org.apache.flink.cdc.runtime.operators.schema.coordinator中的类
Schema manager handles schema changes for tables, and manages historical schema versions of tables.
SchemaManager() - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
SchemaManager(SchemaChangeBehavior) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
SchemaManager(Map<TableId, SortedMap<Integer, Schema>>, Map<TableId, SortedMap<Integer, Schema>>, SchemaChangeBehavior) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
SchemaManager.Serializer - org.apache.flink.cdc.runtime.operators.schema.coordinator中的类
Serializer for SchemaManager.
SchemaMetadataTransform - 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) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.SchemaMetadataTransform
 
SchemaOperator - 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<RouteRule>) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.SchemaOperator
 
SchemaOperator(List<RouteRule>, Duration) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.SchemaOperator
 
SchemaOperator(List<RouteRule>, Duration, SchemaChangeBehavior) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.SchemaOperator
 
SchemaOperator(List<RouteRule>, Duration, SchemaChangeBehavior, String) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.SchemaOperator
 
SchemaOperatorFactory - org.apache.flink.cdc.runtime.operators.schema中的类
Factory to create SchemaOperator.
SchemaOperatorFactory(MetadataApplier, List<RouteRule>, Duration, SchemaChangeBehavior, String) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.SchemaOperatorFactory
 
SchemaOperatorMetrics - org.apache.flink.cdc.runtime.operators.schema.metrics中的类
A collection class for handling metrics in SchemaOperator.
SchemaOperatorMetrics(MetricGroup, SchemaChangeBehavior) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.metrics.SchemaOperatorMetrics
 
SchemaRegistry - org.apache.flink.cdc.runtime.operators.schema.coordinator中的类
The implementation of the OperatorCoordinator for the SchemaOperator.
SchemaRegistry(String, OperatorCoordinator.Context, ExecutorService, MetadataApplier, List<RouteRule>) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
SchemaRegistry(String, OperatorCoordinator.Context, ExecutorService, MetadataApplier, List<RouteRule>, SchemaChangeBehavior) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
SchemaRegistryProvider - org.apache.flink.cdc.runtime.operators.schema.coordinator中的类
Provider of SchemaRegistry.
SchemaRegistryProvider(OperatorID, String, MetadataApplier, List<RouteRule>, SchemaChangeBehavior) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryProvider
 
SchemaRegistryProvider.CoordinatorExecutorThreadFactory - org.apache.flink.cdc.runtime.operators.schema.coordinator中的类
A thread factory class that provides some helper methods.
SchemaRegistryRequestHandler - org.apache.flink.cdc.runtime.operators.schema.coordinator中的类
A handler to deal with all requests and events for SchemaRegistry.
SchemaRegistryRequestHandler(MetadataApplier, SchemaManager, SchemaDerivation, SchemaChangeBehavior, OperatorCoordinator.Context) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistryRequestHandler
 
SchemaSerializer - org.apache.flink.cdc.runtime.serializer.schema中的类
A TypeSerializer for Schema.
SchemaSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
SchemaSerializer.SchemaSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.schema中的类
Serializer configuration snapshot for compatibility and format evolution.
SchemaSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer.SchemaSerializerSnapshot
 
serialize(SchemaManager) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager.Serializer
 
serialize(PreTransformChangeInfo) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo.Serializer
 
serialize(Boolean, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
serialize(byte[], DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
serialize(Byte, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
serialize(ArrayData, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
serialize(BinaryRecordData, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
serialize(DecimalData, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
serialize(LocalZonedTimestampData, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
serialize(RecordData, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
serialize(StringData, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
serialize(TimestampData, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
serialize(ZonedTimestampData, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
serialize(Double, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
serialize(T, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
serialize(AddColumnEvent, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
serialize(AlterColumnTypeEvent, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
serialize(CreateTableEvent, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
serialize(DataChangeEvent, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
serialize(DropColumnEvent, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
serialize(Event, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
serialize(PartitioningEvent, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
serialize(RenameColumnEvent, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
serialize(SchemaChangeEvent, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
serialize(Float, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
serialize(Integer, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.IntSerializer
 
serialize(LinkedList<T>, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
serialize(List<T>, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.ListSerializer
 
serialize(Long, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.LongSerializer
 
serialize(Map<K, V>, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.MapSerializer
 
serialize(T, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
serialize(Column, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
serialize(AddColumnEvent.ColumnWithPosition, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
serialize(DataField, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
serialize(DataType, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
serialize(MetadataColumn, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
serialize(PhysicalColumn, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
serialize(RowType, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
serialize(Schema, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
serialize(Short, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
serialize(String, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.StringSerializer
 
serialize(TableId, DataOutputView) - 类 中的方法org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
serializeDerivationMapping(SchemaDerivation, DataOutputStream) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaDerivation
 
SERIALIZER - 类 中的静态变量org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager
 
Serializer() - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaManager.Serializer
 
SERIALIZER - 类 中的静态变量org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo
 
Serializer() - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo.Serializer
 
serializeWithoutLengthSlow(BinaryRecordData, MemorySegmentWritable) - 类 中的静态方法org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
setNullAt(int) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
Default not null.
setNullAt(int) - 接口 中的方法org.apache.flink.cdc.runtime.serializer.data.writer.BinaryWriter
Set null to this field.
setNullBit(int) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
setOffsetAndSize(int, int, long) - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.writer.BinaryRecordDataWriter
 
setProjectionColumns(List<ProjectionColumn>) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
setTransformExpressionKey(TransformExpressionKey) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
setup(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<Event>>) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.SchemaOperator
 
setup(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<Object>>) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.DataSinkFunctionOperator
 
setup(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<CommittableMessage<CommT>>>) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
setup(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<Event>>) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PostTransformOperator
 
setup(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<Event>>) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformOperator
 
ShortSerializer - org.apache.flink.cdc.runtime.serializer中的类
Type serializer for Byte.
ShortSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
ShortSerializer.ShortSerializerSnapshot - org.apache.flink.cdc.runtime.serializer中的类
Serializer configuration snapshot for compatibility and format evolution.
ShortSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.ShortSerializer.ShortSerializerSnapshot
 
SinkWriterRegisterEvent - org.apache.flink.cdc.runtime.operators.schema.event中的类
A OperatorEvent that register sink writer to SchemaRegistry.
SinkWriterRegisterEvent(int) - 类 的构造器org.apache.flink.cdc.runtime.operators.schema.event.SinkWriterRegisterEvent
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.BooleanSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.BytePrimitiveArraySerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.ByteSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ArrayDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.binary.BinaryRecordDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.DecimalDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.LocalZonedTimestampDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.RecordDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.DoubleSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.AddColumnEventSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.AlterColumnTypeEventSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.CreateTableEventSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.DataChangeEventSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.DropColumnEventSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.EventSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.PartitioningEventSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.RenameColumnEventSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.event.SchemaChangeEventSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.FloatSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.IntSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.LinkedListSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.ListSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.LongSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.MapSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.NullableSerializerWrapper
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.ColumnWithPositionSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.DataFieldSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.DataTypeSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.MetadataColumnSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.PhysicalColumnSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.RowTypeSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.schema.SchemaSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.ShortSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.StringSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
snapshotState(StateSnapshotContext) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.SchemaOperator
 
snapshotState(StateSnapshotContext) - 类 中的方法org.apache.flink.cdc.runtime.operators.sink.DataSinkWriterOperator
 
snapshotState(StateSnapshotContext) - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.PreTransformOperator
 
snapshotState(StateSnapshotContext) - 类 中的方法org.apache.flink.cdc.runtime.partitioning.PrePartitionOperator
 
start() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
StringDataSerializer - org.apache.flink.cdc.runtime.serializer.data中的类
Serializer for StringData.
StringDataSerializer.StringDataSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.data中的类
Serializer configuration snapshot for compatibility and format evolution.
StringDataSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.StringDataSerializer.StringDataSerializerSnapshot
 
StringSerializer - org.apache.flink.cdc.runtime.serializer中的类
Type serializer for String.
StringSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.StringSerializer
 
StringSerializer.StringSerializerSnapshot - org.apache.flink.cdc.runtime.serializer中的类
Serializer configuration snapshot for compatibility and format evolution.
StringSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.StringSerializer.StringSerializerSnapshot
 
substr(String, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
substr(String, int, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
SUBSTR - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
substring(String, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
substring(String, int, int) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
SUBSTRING - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
subtaskReset(int, long) - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.coordinator.SchemaRegistry
 
SystemFunctionUtils - org.apache.flink.cdc.runtime.functions中的类
System function utils to support the call of flink cdc pipeline transform.
SystemFunctionUtils() - 类 的构造器org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 

T

TableIdSerializer - org.apache.flink.cdc.runtime.serializer中的类
A TypeSerializer for TableId.
TableIdSerializer() - 类 的构造器org.apache.flink.cdc.runtime.serializer.TableIdSerializer
 
TableIdSerializer.TableIdSerializerSnapshot - org.apache.flink.cdc.runtime.serializer中的类
Serializer configuration snapshot for compatibility and format evolution.
TableIdSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.TableIdSerializer.TableIdSerializerSnapshot
 
TIMESTAMP_DIFF - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
TimestampDataSerializer - org.apache.flink.cdc.runtime.serializer.data中的类
Serializer for TimestampData.
TimestampDataSerializer(int) - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer
 
TimestampDataSerializer.TimestampDataSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.data中的类
TypeSerializerSnapshot for TimestampDataSerializer.
TimestampDataSerializerSnapshot() - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
timestampDiff(String, LocalZonedTimestampData, LocalZonedTimestampData) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
timestampDiff(String, TimestampData, TimestampData) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
timestampDiff(String, TimestampData, LocalZonedTimestampData) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
timestampDiff(String, LocalZonedTimestampData, TimestampData) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
timestampDiff(String, ZonedTimestampData, ZonedTimestampData) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
timestampDiff(String, LocalZonedTimestampData, ZonedTimestampData) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
timestampDiff(String, ZonedTimestampData, LocalZonedTimestampData) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
timestampDiff(String, TimestampData, ZonedTimestampData) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
timestampDiff(String, ZonedTimestampData, TimestampData) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
timestampDiff(String, long, long) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
TO_DATE - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
TO_TIMESTAMP - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
toDate(String, String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
toDate(String, String, String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
toRowType(List<Column>) - 类 中的静态方法org.apache.flink.cdc.runtime.typeutils.DataTypeConverter
 
toString() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.GetEvolvedSchemaRequest
 
toString() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.GetOriginalSchemaRequest
 
toString() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse
 
toString() - 类 中的方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResultResponse
 
toString() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.ProjectionColumn
 
toString() - 类 中的方法org.apache.flink.cdc.runtime.operators.transform.UserDefinedFunctionDescriptor
 
toString() - 类 中的方法org.apache.flink.cdc.runtime.partitioning.PartitioningEvent
 
toString() - 类 中的方法org.apache.flink.cdc.runtime.serializer.EnumSerializer
 
toString() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.EventTypeInfo
 
toString() - 类 中的方法org.apache.flink.cdc.runtime.typeutils.PartitioningEventTypeInfo
 
toTimestamp(String, String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
toTimestamp(String, String, String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
TransformExpressionCompiler - org.apache.flink.cdc.runtime.operators.transform中的类
The processor of the transform expression.
TransformExpressionCompiler() - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.TransformExpressionCompiler
 
TransformExpressionKey - org.apache.flink.cdc.runtime.operators.transform中的类
The key applies to describe the information of the transformation expression.
TransformFilter - org.apache.flink.cdc.runtime.operators.transform中的类
The TransformFilter applies to describe the information of the filter row.
TransformFilter(String, String, List<String>) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.TransformFilter
 
TransformFilterProcessor - org.apache.flink.cdc.runtime.operators.transform中的类
The processor of the transform filter.
TransformFilterProcessor(PostTransformChangeInfo, TransformFilter, String, List<UserDefinedFunctionDescriptor>, List<Object>) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.TransformFilterProcessor
 
TransformNumericExceptFirstOperandChecker - org.apache.flink.cdc.runtime.parser.metadata中的类
Parameter type-checking strategy where all operand types except first one must be numeric type.
TransformNumericExceptFirstOperandChecker(int) - 类 的构造器org.apache.flink.cdc.runtime.parser.metadata.TransformNumericExceptFirstOperandChecker
 
TransformParser - org.apache.flink.cdc.runtime.parser中的类
Use Flink's calcite parser to parse the statement of flink cdc pipeline transform.
TransformParser() - 类 的构造器org.apache.flink.cdc.runtime.parser.TransformParser
 
TransformProjection - org.apache.flink.cdc.runtime.operators.transform中的类
The projection of transform applies to describe a projection of filtering tables.
TransformProjection(String, List<ProjectionColumn>) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.TransformProjection
 
TransformProjectionProcessor - org.apache.flink.cdc.runtime.operators.transform中的类
The processor of transform projection applies to process a row of filtering tables.
TransformProjectionProcessor(PostTransformChangeInfo, TransformProjection, String, List<UserDefinedFunctionDescriptor>, List<Object>) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.TransformProjectionProcessor
 
TransformRule - org.apache.flink.cdc.runtime.operators.transform中的类
A rule defining pre-transformations where filtered rows and irrelevant columns are removed.
TransformRule(String, String, String, String, String, String) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.TransformRule
 
TransformSchema - org.apache.flink.cdc.runtime.parser.metadata中的类
TransformSchema to generate the metadata of calcite.
TransformSchema(String, List<TransformTable>) - 类 的构造器org.apache.flink.cdc.runtime.parser.metadata.TransformSchema
 
TransformSchemaFactory - org.apache.flink.cdc.runtime.parser.metadata中的类
TransformSchemaFactory to generate the metadata of calcite.
TransformSqlOperatorTable - org.apache.flink.cdc.runtime.parser.metadata中的类
TransformSqlOperatorTable to generate the metadata of calcite.
TransformSqlReturnTypes - 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() - 类 的构造器org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
 
TransformTable - org.apache.flink.cdc.runtime.parser.metadata中的类
TransformTable to generate the metadata of calcite.
TransformTable(String, List<Column>) - 类 的构造器org.apache.flink.cdc.runtime.parser.metadata.TransformTable
 
translateFilterExpressionToJaninoExpression(String, List<UserDefinedFunctionDescriptor>) - 类 中的静态方法org.apache.flink.cdc.runtime.parser.TransformParser
 
translateSqlNodeToJaninoExpression(SqlNode, List<UserDefinedFunctionDescriptor>) - 类 中的静态方法org.apache.flink.cdc.runtime.parser.JaninoCompiler
 
translateSqlNodeToJaninoRvalue(SqlNode, List<UserDefinedFunctionDescriptor>) - 类 中的静态方法org.apache.flink.cdc.runtime.parser.JaninoCompiler
 
trim(String, String, String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
TRIM - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
TypeSerializerSingleton<T> - org.apache.flink.cdc.runtime.serializer中的类
A TypeSerializer whose method duplicate() return itself.
TypeSerializerSingleton() - 类 的构造器org.apache.flink.cdc.runtime.serializer.TypeSerializerSingleton
 

U

unwrap(CoordinationResponse) - 类 中的静态方法org.apache.flink.cdc.runtime.operators.schema.event.CoordinationResponseUtils
 
updateVersion(int) - 类 中的静态方法org.apache.flink.cdc.runtime.serializer.schema.ColumnSerializer
Update ColumnSerializer.currentVersion as We did not directly include this version in the file.
upper(String) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
UPPER - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 
UserDefinedFunctionDescriptor - org.apache.flink.cdc.runtime.operators.transform中的类
Descriptor of a UDF function.
UserDefinedFunctionDescriptor(String, String) - 类 的构造器org.apache.flink.cdc.runtime.operators.transform.UserDefinedFunctionDescriptor
 
uuid() - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
uuid(byte[]) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
UUID - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlOperatorTable
 

V

valueEquals(Object, Object) - 类 中的静态方法org.apache.flink.cdc.runtime.functions.SystemFunctionUtils
 
valueOf(String) - 枚举 中的静态方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse.ResponseCode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.flink.cdc.runtime.operators.schema.event.SchemaChangeResponse.ResponseCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VARCHAR_FORCE_NULLABLE - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
 
VARCHAR_NOT_NULL - 类 中的静态变量org.apache.flink.cdc.runtime.parser.metadata.TransformSqlReturnTypes
 
VERSION_BEFORE_STATE_COMPATIBILITY - 类 中的静态变量org.apache.flink.cdc.runtime.operators.transform.PreTransformChangeInfo.Serializer
The latest version before change of state compatibility.

W

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

Z

ZonedTimestampDataSerializer - org.apache.flink.cdc.runtime.serializer.data中的类
Serializer for ZonedTimestampData.
ZonedTimestampDataSerializer(int) - 类 的构造器org.apache.flink.cdc.runtime.serializer.data.ZonedTimestampDataSerializer
 
ZonedTimestampDataSerializer.ZonedTimestampDataSerializerSnapshot - org.apache.flink.cdc.runtime.serializer.data中的类
TypeSerializerSnapshot for ZonedTimestampDataSerializer.
ZonedTimestampDataSerializerSnapshot() - 类 的构造器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 R S T U V W Z 
跳过导航链接

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