| 程序包 | 说明 |
|---|---|
| org.apache.seatunnel.api.table.catalog | |
| org.apache.seatunnel.api.table.factory |
| 限定符和类型 | 方法和说明 |
|---|---|
default Optional<Factory> |
Catalog.getFactory() |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
CatalogFactory |
interface |
SerializationFormatFactory |
interface |
TableSinkFactory<IN,StateT,CommitInfoT,AggregatedCommitInfoT>
This is an SPI interface, used to create
TableSink. |
interface |
TableSourceFactory
This is an SPI interface, used to create
TableSource. |
interface |
TableTransformFactory
This is an SPI interface, used to create
TableTransform. |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Factory> |
FactoryUtil.discoverFactories(ClassLoader classLoader,
Class<T> factoryClass) |
static <T extends Factory> |
FactoryUtil.discoverFactory(ClassLoader classLoader,
Class<T> factoryClass,
String factoryIdentifier) |
static <T extends Factory> |
FactoryUtil.discoverOptionalFactory(ClassLoader classLoader,
Class<T> factoryClass,
String factoryIdentifier) |
static <T extends Factory> |
FactoryUtil.getFactoryUrl(T factory) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<Factory> |
FactoryUtil.discoverFactories(ClassLoader classLoader) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.