| Package | Description |
|---|---|
| com.orientechnologies.orient.etl | |
| com.orientechnologies.orient.etl.loader |
| Modifier and Type | Field and Description |
|---|---|
protected OLoader |
OETLPipeline.loader |
protected OLoader |
OETLProcessor.loader |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Class<? extends OLoader>> |
OETLComponentFactory.loaders |
| Modifier and Type | Method and Description |
|---|---|
OLoader |
OETLProcessor.getLoader() |
OLoader |
OETLComponentFactory.getLoader(String iName) |
| Modifier and Type | Method and Description |
|---|---|
OETLComponentFactory |
OETLComponentFactory.registerLoader(Class<? extends OLoader> iComponent) |
| Constructor and Description |
|---|
OETLPipeline(OETLProcessor processor,
List<OTransformer> transformers,
OLoader loader,
OETLProcessor.LOG_LEVELS logLevel,
int maxRetries,
boolean haltOnError) |
OETLProcessor(List<OBlock> iBeginBlocks,
OSource iSource,
OExtractor iExtractor,
List<OTransformer> iTransformers,
OLoader iLoader,
List<OBlock> iEndBlocks,
OCommandContext ctx)
Creates an ETL processor by setting all the components on construction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractLoader
ETL Abstract Loader component.
|
class |
OOrientDBLoader
ETL Loader that saves record into OrientDB database.
|
class |
OOutputLoader
ETL Loader that saves record into OrientDB database.
|
class |
OStreamLoader
Loader implementation based on events.
|
Copyright © 2009–2025 OrientDB. All rights reserved.