@Internal
public class HBaseDynamicTableSource
extends org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
org.apache.flink.table.connector.source.ScanTableSource.ScanContext, org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider| Constructor and Description |
|---|
HBaseDynamicTableSource(org.apache.hadoop.conf.Configuration conf,
String tableName,
org.apache.flink.connector.hbase.util.HBaseTableSchema hbaseSchema,
String nullStringLiteral,
org.apache.flink.connector.hbase.options.HBaseLookupOptions lookupOptions) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.connector.source.DynamicTableSource |
copy() |
protected org.apache.flink.api.common.io.InputFormat<org.apache.flink.table.data.RowData,?> |
getInputFormat() |
org.apache.flink.connector.hbase.options.HBaseLookupOptions |
getLookupOptions() |
org.apache.flink.table.connector.source.LookupTableSource.LookupRuntimeProvider |
getLookupRuntimeProvider(org.apache.flink.table.connector.source.LookupTableSource.LookupContext context) |
public org.apache.flink.table.connector.source.LookupTableSource.LookupRuntimeProvider getLookupRuntimeProvider(org.apache.flink.table.connector.source.LookupTableSource.LookupContext context)
getLookupRuntimeProvider in interface org.apache.flink.table.connector.source.LookupTableSourcegetLookupRuntimeProvider in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSourcepublic org.apache.flink.table.connector.source.DynamicTableSource copy()
protected org.apache.flink.api.common.io.InputFormat<org.apache.flink.table.data.RowData,?> getInputFormat()
getInputFormat in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource@VisibleForTesting public org.apache.flink.connector.hbase.options.HBaseLookupOptions getLookupOptions()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.