类 AbstractMultiVersionAvroBaseReader<T>
java.lang.Object
org.apache.pulsar.client.impl.schema.reader.AbstractMultiVersionReader<T>
org.apache.pulsar.client.impl.schema.reader.AbstractMultiVersionAvroBaseReader<T>
- 所有已实现的接口:
SchemaReader<T>
The abstract class of multi version avro base reader.
-
字段概要
字段从类继承的字段 org.apache.pulsar.client.impl.schema.reader.AbstractMultiVersionReader
LOG, providerSchemaReader, schemaInfoProvider -
构造器概要
构造器构造器说明AbstractMultiVersionAvroBaseReader(SchemaReader<T> providerSchemaReader, org.apache.avro.Schema readerSchema) -
方法概要
从类继承的方法 org.apache.pulsar.client.impl.schema.reader.AbstractMultiVersionReader
getSchemaInfoByVersion, getSchemaReader, loadReader, read, read, read, read, setSchemaInfoProvider从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.client.api.schema.SchemaReader
getNativeSchema, read
-
字段详细资料
-
readerSchema
protected org.apache.avro.Schema readerSchema
-
-
构造器详细资料
-
AbstractMultiVersionAvroBaseReader
public AbstractMultiVersionAvroBaseReader(SchemaReader<T> providerSchemaReader, org.apache.avro.Schema readerSchema)
-