| Package | Description |
|---|---|
| org.apache.flink.connector.hbase.sink | |
| org.apache.flink.connector.hbase.source | |
| org.apache.flink.connector.hbase.util |
| Constructor and Description |
|---|
LegacyMutationConverter(HBaseTableSchema schema) |
RowDataToMutationConverter(HBaseTableSchema schema,
String nullStringLiteral) |
| Modifier and Type | Field and Description |
|---|---|
protected HBaseTableSchema |
AbstractHBaseDynamicTableSource.hbaseSchema |
protected HBaseTableSchema |
AbstractHBaseTableSource.hbaseSchema |
| Modifier and Type | Method and Description |
|---|---|
HBaseTableSchema |
AbstractHBaseDynamicTableSource.getHBaseTableSchema() |
HBaseTableSchema |
AbstractHBaseTableSource.getHBaseTableSchema() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.flink.api.common.io.InputFormat<org.apache.flink.types.Row,?> |
AbstractHBaseTableSource.getInputFormat(HBaseTableSchema projectedSchema) |
| Constructor and Description |
|---|
AbstractHBaseDynamicTableSource(org.apache.hadoop.conf.Configuration conf,
String tableName,
HBaseTableSchema hbaseSchema,
String nullStringLiteral,
HBaseLookupOptions lookupOptions) |
AbstractHBaseTableSource(org.apache.hadoop.conf.Configuration conf,
String tableName,
HBaseTableSchema hbaseSchema,
int[] projectFields) |
HBaseLookupFunction(org.apache.hadoop.conf.Configuration configuration,
String hTableName,
HBaseTableSchema hbaseTableSchema) |
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 |
|---|
HBaseReadWriteHelper(HBaseTableSchema hbaseTableSchema) |
HBaseSerde(HBaseTableSchema hbaseSchema,
String nullStringLiteral) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.