您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
概要:
嵌套 |
字段 |
构造器 |
方法
详细资料:
字段 |
构造器 |
方法
SEARCH:
程序包
org.apache.pulsar.client.api.schema
接口 SchemaBuilder
@Public
@Stable
public interface
SchemaBuilder
Builder to build schema.
方法概要
静态方法
修饰符和类型
方法
说明
static
RecordSchemaBuilder
record
(
String
name)
Build the schema for a record.
方法详细资料
record
static
RecordSchemaBuilder
record
(
String
name)
Build the schema for a record.
参数:
name
- name of the record.
返回:
builder to build the schema for a record.