| Interface | Description |
|---|---|
| BatchTableSinkFactory<T> | Deprecated
This interface has been replaced by
DynamicTableSinkFactory. |
| BatchTableSourceFactory<T> | Deprecated
This interface has been replaced by
DynamicTableSourceFactory. |
| StreamTableSinkFactory<T> | Deprecated
This interface has been replaced by
DynamicTableSinkFactory. |
| StreamTableSourceFactory<T> | Deprecated
This interface has been replaced by
DynamicTableSourceFactory. |
| Class | Description |
|---|---|
| BlackHoleTableSinkFactory |
Black hole table sink factory swallowing all input records.
|
| DataGenOptions |
ConfigOptions for DataGenTableSourceFactory. |
| 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–2021 The Apache Software Foundation. All rights reserved.