| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.descriptors | |
| org.apache.flink.table.factories | |
| org.apache.flink.table.sources.tsextractors | |
| org.apache.flink.table.sources.wmstrategies |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Rowtime
已过时。
This class was used for legacy connectors using
Descriptor. |
class |
Schema
已过时。
This class was used for legacy connectors using
Descriptor. |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends TableFactory> |
TableFactoryService.find(Class<T> factoryClass,
Descriptor descriptor)
Finds a table factory of the given class and descriptor.
|
static <T extends TableFactory> |
TableFactoryService.find(Class<T> factoryClass,
Descriptor descriptor,
ClassLoader classLoader)
Finds a table factory of the given class, descriptor, and classloader.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
TimestampExtractor
已过时。
This interface will not be supported in the new source design around
DynamicTableSource. Use the concept of computed columns instead. See FLIP-95 for more
information. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PreserveWatermarks
A strategy which indicates the watermarks should be preserved from the underlying datastream.
|
class |
WatermarkStrategy
Provides a strategy to generate watermarks for a rowtime attribute.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.