| Package | Description |
|---|---|
| org.apache.flink.table.factories |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SerializationFormatFactory
Factory for creating a
EncodingFormat for SerializationSchema. |
| Modifier and Type | Method and Description |
|---|---|
<I,F extends EncodingFormatFactory<I>> |
FactoryUtil.TableFactoryHelper.discoverEncodingFormat(Class<F> formatFactoryClass,
org.apache.flink.configuration.ConfigOption<String> formatOption)
Discovers a
EncodingFormat of the given type using the given option as factory
identifier. |
<I,F extends EncodingFormatFactory<I>> |
FactoryUtil.TableFactoryHelper.discoverOptionalEncodingFormat(Class<F> formatFactoryClass,
org.apache.flink.configuration.ConfigOption<String> formatOption)
Discovers a
EncodingFormat of the given type using the given option (if present)
as factory identifier. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.