| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.factories |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
DeserializationSchemaFactory<T>
已过时。
This interface has been replaced by
DeserializationFormatFactory, used in the
new sink/source stack. See FLIP-95 for more information. |
interface |
SerializationSchemaFactory<T>
已过时。
This interface has been replaced by
SerializationFormatFactory, used in the
new sink/source stack. See FLIP-95 for more information. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TableFormatFactoryBase<T>
已过时。
This base class is not required anymore, implement either
DynamicTableSourceFactory or DynamicTableSinkFactory directly. See FLIP-95 for more
information. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.