public class RowDataToMutationConverter extends Object implements HBaseMutationConverter<org.apache.flink.table.data.RowData>
| 构造器和说明 |
|---|
RowDataToMutationConverter(HBaseTableSchema schema,
String nullStringLiteral) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.hadoop.hbase.client.Mutation |
convertToMutation(org.apache.flink.table.data.RowData record)
Converts the input record into HBase
Mutation. |
void |
open()
Initialization method for the function.
|
public RowDataToMutationConverter(HBaseTableSchema schema, String nullStringLiteral)
public void open()
HBaseMutationConverteropen 在接口中 HBaseMutationConverter<org.apache.flink.table.data.RowData>public org.apache.hadoop.hbase.client.Mutation convertToMutation(org.apache.flink.table.data.RowData record)
HBaseMutationConverterMutation. A mutation can be a
Put or Delete.convertToMutation 在接口中 HBaseMutationConverter<org.apache.flink.table.data.RowData>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.