接口 SchemaBuilder
-
-
方法概要
静态方法 修饰符和类型 方法 说明 static RecordSchemaBuilderrecord(java.lang.String name)Build the schema for a record.
-
-
-
方法详细资料
-
record
static RecordSchemaBuilder record(java.lang.String name)
Build the schema for a record.- 参数:
name- name of the record.- 返回:
- builder to build the schema for a record.
-
-