| 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 |
CatalogDescriptor
Describes a catalog of tables, views, and functions.
|
class |
ClassInstance
Descriptor for a class instance.
|
class |
ConnectorDescriptor
Describes a connector to an other system.
|
class |
CoreModuleDescriptor
Module descriptor for
CoreModule. |
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
Provides an expression to extract the timestamp for a rowtime attribute.
|
| 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–2020 The Apache Software Foundation. All rights reserved.