| 程序包 | 说明 |
|---|---|
| org.apache.flink.connector.hbase.sink | |
| org.apache.flink.connector.hbase.source | |
| org.apache.flink.connector.hbase.util |
| 限定符和类型 | 方法和说明 |
|---|---|
HBaseTableSchema |
HBaseDynamicTableSink.getHBaseTableSchema() |
HBaseTableSchema |
HBaseUpsertTableSink.getHBaseTableSchema() |
| 构造器和说明 |
|---|
HBaseDynamicTableSink(HBaseTableSchema hbaseTableSchema,
HBaseOptions hbaseOptions,
HBaseWriteOptions writeOptions,
String nullStringLiteral) |
HBaseUpsertTableSink(HBaseTableSchema hbaseTableSchema,
HBaseOptions hbaseOptions,
HBaseWriteOptions writeOptions) |
LegacyMutationConverter(HBaseTableSchema schema) |
RowDataToMutationConverter(HBaseTableSchema schema,
String nullStringLiteral) |
| 限定符和类型 | 方法和说明 |
|---|---|
HBaseTableSchema |
HBaseDynamicTableSource.getHBaseTableSchema() |
HBaseTableSchema |
HBaseTableSource.getHBaseTableSchema() |
| 构造器和说明 |
|---|
HBaseDynamicTableSource(org.apache.hadoop.conf.Configuration conf,
String tableName,
HBaseTableSchema hbaseSchema,
String nullStringLiteral) |
HBaseLookupFunction(org.apache.hadoop.conf.Configuration configuration,
String hTableName,
HBaseTableSchema hbaseTableSchema) |
HBaseRowDataInputFormat(org.apache.hadoop.conf.Configuration conf,
String tableName,
HBaseTableSchema schema,
String nullStringLiteral) |
HBaseRowDataLookupFunction(org.apache.hadoop.conf.Configuration configuration,
String hTableName,
HBaseTableSchema hbaseTableSchema,
String nullStringLiteral) |
HBaseRowInputFormat(org.apache.hadoop.conf.Configuration conf,
String tableName,
HBaseTableSchema schema) |
HBaseTableSource(org.apache.hadoop.conf.Configuration conf,
String tableName,
HBaseTableSchema hbaseSchema,
int[] projectFields) |
| 限定符和类型 | 方法和说明 |
|---|---|
static HBaseTableSchema |
HBaseTableSchema.fromTableSchema(org.apache.flink.table.api.TableSchema schema)
Construct a
HBaseTableSchema from a TableSchema. |
HBaseTableSchema |
HBaseTableSchema.getProjectedHBaseTableSchema(int[] projectedFields)
Gets a new hbase schema with the selected fields.
|
| 构造器和说明 |
|---|
HBaseReadWriteHelper(HBaseTableSchema hbaseTableSchema) |
HBaseSerde(HBaseTableSchema hbaseSchema,
String nullStringLiteral) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.