public abstract class BaseStructSchemaFactory<T> extends Object implements PulsarSchemaFactory<T>
| Constructor and Description |
|---|
BaseStructSchemaFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.typeinfo.TypeInformation<T> |
createTypeInfo(org.apache.pulsar.common.schema.SchemaInfo info)
Create the flink type information by the given schema info.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateSchema, typepublic org.apache.flink.api.common.typeinfo.TypeInformation<T> createTypeInfo(org.apache.pulsar.common.schema.SchemaInfo info)
PulsarSchemaFactorycreateTypeInfo in interface PulsarSchemaFactory<T>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.