云数据库 GAUSSDB-ChainedCommonStreamBuilder:常用方法

时间:2024-11-13 14:45:46

常用方法

表1 LogicalCreateSlotBuilder常用方法

返回值

方法

描述

throws

T

withSlotName(String slotName)

指定复制槽名。

-

ChainedLogicalCreateSlotBuilder

withOutputPlugin(String outputPlugin)

插件名称,当前支持mppdb_decoding、sql_decoding、parallel_binary_decoding、parallel_json_decoding、parallel_text_decoding。

mppdb_decoding:一种解码的输出格式,设置后输出内容为JSON格式。输出的结果包含相关数据的属性信息和属性对应的值。sql_decoding、parallel_binary_decoding、parallel_json_decoding、parallel_text_decoding等根据插件格式不同,分别输出sql格式、二进制格式、json格式和text格式。

-

void

make()

在数据库中创建具有指定参数的插槽。

SQLException

ChainedLogicalCreateSlotBuilder

self()

返回ChainedLogicalCreateSlotBuilder的实现。

-

support.huaweicloud.com/distributed-devg-v8-gaussdb/gaussdb-12-0088.html