类 GenericProtobufNativeRecord

java.lang.Object
org.apache.pulsar.client.impl.schema.generic.GenericProtobufNativeRecord
所有已实现的接口:
GenericObject, GenericRecord

public class GenericProtobufNativeRecord extends Object
  • 字段详细资料

    • schemaVersion

      protected final byte[] schemaVersion
    • fields

      protected final List<Field> fields
  • 构造器详细资料

    • GenericProtobufNativeRecord

      protected GenericProtobufNativeRecord(byte[] schemaVersion, com.google.protobuf.Descriptors.Descriptor msgDesc, List<Field> fields, com.google.protobuf.DynamicMessage record)
  • 方法详细资料