Modifier and Type | Class and Description |
---|---|
class |
AbstractHBaseTableSource
Creates a TableSource to scan an HBase table.
|
Modifier and Type | Method and Description |
---|---|
StreamTableSource<Row> |
HBase1TableFactory.createStreamTableSource(Map<String,String> properties) |
Modifier and Type | Class and Description |
---|---|
class |
HBaseTableSource
Creates a TableSource to scan an HBase table.
|
Modifier and Type | Method and Description |
---|---|
StreamTableSource<Row> |
HBase2TableFactory.createStreamTableSource(Map<String,String> properties) |
Modifier and Type | Class and Description |
---|---|
class |
JdbcTableSource
TableSource for JDBC. |
Modifier and Type | Method and Description |
---|---|
StreamTableSource<Row> |
JdbcTableSourceSinkFactory.createStreamTableSource(Map<String,String> properties) |
Modifier and Type | Class and Description |
---|---|
static class |
BatchSQLTestProgram.GeneratorTableSource
TableSource for generated data.
|
static class |
StreamSQLTestProgram.GeneratorTableSource
TableSource for generated data.
|
Modifier and Type | Class and Description |
---|---|
class |
KafkaTableSource
Deprecated.
|
class |
KafkaTableSourceBase
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StreamTableSource<Row> |
KafkaTableSourceSinkFactoryBase.createStreamTableSource(Map<String,String> properties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default StreamTableSource<T> |
StreamTableSourceFactory.createStreamTableSource(Map<String,String> properties)
Deprecated.
Context contains more information, and already contains table schema too.
Please use TableSourceFactory.createTableSource(Context) instead. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArrowTableSource<T>
A
StreamTableSource for serialized arrow record batch data. |
class |
ArrowTableSource
An Arrow TableSource which takes
RowData as the type of the produced records. |
class |
RowArrowTableSource
An Arrow TableSource which takes
Row as the type of the produced records. |
Modifier and Type | Class and Description |
---|---|
class |
CsvTableSource
A
StreamTableSource and BatchTableSource for simple CSV files with a (logically)
unlimited number of fields. |
class |
InputFormatTableSource<T>
Deprecated.
This interface has been replaced by
DynamicTableSource . The new interface
produces internal data structures and only works with the Blink planner. See FLIP-95 for more
information. |
Modifier and Type | Method and Description |
---|---|
StreamTableSource<Row> |
CsvAppendTableSourceFactory.createStreamTableSource(Map<String,String> properties) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.