| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.factories |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
BulkReaderFormatFactory
Base interface for configuring a
BulkFormat for file system connector. |
interface |
DeserializationFormatFactory
Factory for creating a
DecodingFormat for DeserializationSchema. |
| 限定符和类型 | 方法和说明 |
|---|---|
<I,F extends DecodingFormatFactory<I>> |
FactoryUtil.TableFactoryHelper.discoverDecodingFormat(Class<F> formatFactoryClass,
org.apache.flink.configuration.ConfigOption<String> formatOption)
Discovers a
DecodingFormat of the given type using the given option as factory
identifier. |
<I,F extends DecodingFormatFactory<I>> |
FactoryUtil.TableFactoryHelper.discoverOptionalDecodingFormat(Class<F> formatFactoryClass,
org.apache.flink.configuration.ConfigOption<String> formatOption)
Discovers a
DecodingFormat of the given type using the given option (if present)
as factory identifier. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.