接口 SchemaInfo
Information about the schema.
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明static SchemaInfo.SchemaInfoBuilder
builder()
getName()
Additional properties of the schema definition (implementation defined).byte[]
The schema data in AVRO JSON format.long
The created time of schema.getType()
The type of schema (AVRO, JSON, PROTOBUF, etc..).
-
方法详细资料
-
getName
String getName() -
getSchema
byte[] getSchema()The schema data in AVRO JSON format. -
getType
SchemaType getType()The type of schema (AVRO, JSON, PROTOBUF, etc..). -
getProperties
Additional properties of the schema definition (implementation defined). -
getTimestamp
long getTimestamp()The created time of schema. -
getSchemaDefinition
String getSchemaDefinition() -
builder
-