|
Soong
Soong provides a general-purpose ETL library for data migration.
|
Implementation of operations for a full ETL process. More...
Public Member Functions | ||||
| getExtractor () | ||||
Retrieves the configured extractor for this task, if any.
| ||||
| getLoader () | ||||
Retrieves the configured loader for this task, if any.
| ||||
| getKeyMap () | ||||
Retrieves the configured keymap for this task, if any.
| ||||
Public Member Functions inherited from OptionsResolverComponent | ||||
| getConfigurationValue (string $optionName) | ||||
Retrieve a configuration value for a named option.
| ||||
| getAllConfigurationValues () | ||||
Retrieve a list of all available configuration values.
| ||||
Protected Member Functions | |
| optionDefinitions () | |
Protected Member Functions inherited from SimpleTask | |
| optionDefinitions () | |
Protected Member Functions inherited from OptionsResolverComponent | |
| optionDefinitions () | |
| List of definition arrays for each option supported by the component. More... | |
Additional Inherited Members | |
Protected Attributes inherited from OptionsResolverComponent | |
| $configuration = [] | |
| Resolved configuration for the component. More... | |
| $resolver | |
| Use Symfony OptionsResolver as our default configuration manager. More... | |
Implementation of operations for a full ETL process.
|
protected |
| getExtractor | ( | ) |
Retrieves the configured extractor for this task, if any.
Implements EtlTask.
| getLoader | ( | ) |
Retrieves the configured loader for this task, if any.
Implements EtlTask.
| getKeyMap | ( | ) |
Retrieves the configured keymap for this task, if any.
Implements EtlTask.