类 AbstractMultiVersionReader<T>

java.lang.Object
org.apache.pulsar.client.impl.schema.reader.AbstractMultiVersionReader<T>
所有已实现的接口:
SchemaReader<T>
直接已知子类:
AbstractMultiVersionAvroBaseReader, MultiVersionGenericProtobufNativeReader

public abstract class AbstractMultiVersionReader<T> extends Object implements SchemaReader<T>
The multi version reader abstract class, implement it will handle the multi version schema.
  • 字段详细资料

    • providerSchemaReader

      protected final SchemaReader<T> providerSchemaReader
    • schemaInfoProvider

      protected SchemaInfoProvider schemaInfoProvider
    • LOG

      protected static final org.slf4j.Logger LOG
  • 构造器详细资料

    • AbstractMultiVersionReader

      public AbstractMultiVersionReader(SchemaReader<T> providerSchemaReader)
  • 方法详细资料