类 GenericProtobufNativeRecord
java.lang.Object
org.apache.pulsar.client.impl.schema.generic.GenericProtobufNativeRecord
- 所有已实现的接口:
GenericObject,GenericRecord
-
字段概要
字段 -
构造器概要
构造器限定符构造器说明protectedGenericProtobufNativeRecord(byte[] schemaVersion, com.google.protobuf.Descriptors.Descriptor msgDesc, List<Field> fields, com.google.protobuf.DynamicMessage record) -
方法概要
修饰符和类型方法说明com.google.protobuf.DynamicMessagebyte[]从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.client.api.schema.GenericRecord
getField
-
字段详细资料
-
schemaVersion
protected final byte[] schemaVersion -
fields
-
-
构造器详细资料
-
GenericProtobufNativeRecord
-
-
方法详细资料
-
getField
-
getProtobufRecord
public com.google.protobuf.DynamicMessage getProtobufRecord() -
getNativeObject
-
getSchemaType
-
getSchemaVersion
public byte[] getSchemaVersion()- 指定者:
getSchemaVersion在接口中GenericRecord
-
getFields
- 指定者:
getFields在接口中GenericRecord
-