类 SchemaInfoImpl
java.lang.Object
org.apache.pulsar.client.impl.schema.SchemaInfoImpl
- 所有已实现的接口:
SchemaInfo
Information about the schema.
-
嵌套类概要
从接口继承的嵌套类/接口 org.apache.pulsar.common.schema.SchemaInfo
SchemaInfo.SchemaInfoBuilder -
构造器概要
构造器构造器说明SchemaInfoImpl(String name, byte[] schema, SchemaType type, long timestamp, Map<String, String> properties) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 org.apache.pulsar.common.schema.SchemaInfo
getName, getProperties, getSchema, getTimestamp, getType
-
构造器详细资料
-
SchemaInfoImpl
public SchemaInfoImpl(String name, byte[] schema, SchemaType type, long timestamp, Map<String, String> properties)
-
-
方法详细资料
-
getSchemaDefinition
- 指定者:
getSchemaDefinition在接口中SchemaInfo
-
getSchemaHash
Calculate the SchemaHash for compatible with `@NoArgsConstructor`. If SchemaInfoImpl is created by no-args-constructor from users, the schemaHash will be null. Note: We should remove this method as long as `@NoArgsConstructor` removed at major release to avoid null-check overhead. -
toString
-