T - record type that the format produces or consumes.SerializationFormatFactory, used in the
new sink/source stack. See FLIP-95 for more information.@Deprecated @PublicEvolving public interface SerializationSchemaFactory<T> extends TableFormatFactory<T>
SerializationSchema.| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.common.serialization.SerializationSchema<T> |
createSerializationSchema(Map<String,String> properties)
已过时。
Creates and configures a [[SerializationSchema]] using the given properties.
|
supportedProperties, supportsSchemaDerivationrequiredContextorg.apache.flink.api.common.serialization.SerializationSchema<T> createSerializationSchema(Map<String,String> properties)
properties - normalized properties describing the formatCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.