| Package | Description |
|---|---|
| org.apache.shardingsphere.data.pipeline.spi.importer |
| Modifier and Type | Method and Description |
|---|---|
static ImporterType |
ImporterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImporterType[] |
ImporterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Importer |
ImporterCreator.createImporter(ImporterConfiguration importerConfig,
ImporterConnector importerConnector,
PipelineChannel channel,
PipelineJobProgressListener jobProgressListener,
ImporterType importerType)
Create importer.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.