| Interface | Description |
|---|---|
| BatchTableSinkFactory<T> |
A factory to create configured table sink instances in a batch environment based on
string-based properties.
|
| BatchTableSourceFactory<T> |
A factory to create configured table source instances in a batch environment based on
string-based properties.
|
| StreamTableSinkFactory<T> |
A factory to create configured table sink instances in a streaming environment based on
string-based properties.
|
| StreamTableSourceFactory<T> |
A factory to create configured table source instances in a streaming environment based on
string-based properties.
|
| Class | Description |
|---|---|
| BlackHoleTableSinkFactory |
Black hole table sink factory swallowing all input records.
|
| DataGenTableSourceFactory |
Factory for creating configured instances of
DataGenTableSource in a stream environment. |
| PrintTableSinkFactory |
Print table sink factory writing every row to the standard output or standard error stream.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.