| Package | Description |
|---|---|
| org.apache.flink.table.descriptors | |
| org.apache.flink.table.factories | |
| org.apache.flink.table.sources.tsextractors | |
| org.apache.flink.table.sources.wmstrategies |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassInstance
Descriptor for a class instance.
|
class |
ConnectorDescriptor
Describes a connector to an other system.
|
class |
CoreModuleDescriptor
Module descriptor for
CoreModule. |
class |
CustomConnectorDescriptor
Describes a custom connector to an other system.
|
class |
DescriptorBase
Base class for
Descriptors. |
class |
FileSystem
Connector descriptor for a file system.
|
class |
FormatDescriptor
Describes the format of data.
|
class |
FunctionDescriptor
Descriptor for describing a function.
|
class |
HierarchyDescriptor
A descriptor that may exist in an arbitrary level (be recursively included by other descriptors).
|
class |
LiteralValue
Descriptor for a literal value.
|
class |
ModuleDescriptor
Describes a
Module. |
class |
Rowtime
Rowtime descriptor for describing an event time attribute in the schema.
|
class |
Schema
Describes a schema of a table.
|
class |
TableDescriptor<D extends TableDescriptor<D>>
Describes a table consisting of a connector (in a given update mode) and a format.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimestampExtractor
Deprecated.
This interface will not be supported in the new source design around
DynamicTableSource which only works with the Blink planner. Use the concept of computed
columns instead. See FLIP-95 for more information. |
| Modifier and Type | Class and Description |
|---|---|
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–2021 The Apache Software Foundation. All rights reserved.