| Package | Description |
|---|---|
| org.apache.flink.connector.hbase.sink | |
| org.apache.flink.connector.hbase.source | |
| org.apache.flink.connector.hbase.util |
| Constructor and Description |
|---|
RowDataToMutationConverter(HBaseTableSchema schema,
String nullStringLiteral) |
| Modifier and Type | Field and Description |
|---|---|
protected HBaseTableSchema |
AbstractHBaseDynamicTableSource.hbaseSchema |
| Modifier and Type | Method and Description |
|---|---|
HBaseTableSchema |
AbstractHBaseDynamicTableSource.getHBaseTableSchema() |
| Constructor and Description |
|---|
AbstractHBaseDynamicTableSource(org.apache.hadoop.conf.Configuration conf,
String tableName,
HBaseTableSchema hbaseSchema,
String nullStringLiteral,
HBaseLookupOptions lookupOptions) |
HBaseRowDataLookupFunction(org.apache.hadoop.conf.Configuration configuration,
String hTableName,
HBaseTableSchema hbaseTableSchema,
String nullStringLiteral,
HBaseLookupOptions lookupOptions) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
HBaseSerde(HBaseTableSchema hbaseSchema,
String nullStringLiteral) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.