Package | Description |
---|---|
com.orientechnologies.orient.etl | |
com.orientechnologies.orient.etl.loader |
Modifier and Type | Field and Description |
---|---|
protected OETLLoader |
OETLPipeline.loader |
protected OETLLoader |
OETLProcessor.loader |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Class<? extends OETLLoader>> |
OETLComponentFactory.loaders |
Modifier and Type | Method and Description |
---|---|
OETLLoader |
OETLProcessor.getLoader() |
OETLLoader |
OETLComponentFactory.getLoader(String iName) |
Modifier and Type | Method and Description |
---|---|
OETLComponentFactory |
OETLComponentFactory.registerLoader(Class<? extends OETLLoader> iComponent) |
Constructor and Description |
---|
OETLPipeline(OETLProcessor processor,
List<OETLTransformer> transformers,
OETLLoader loader,
Level logLevel,
int maxRetries,
boolean haltOnError) |
OETLProcessor(List<OETLBlock> iBeginBlocks,
OETLSource iSource,
OETLExtractor iExtractor,
List<OETLTransformer> iTransformers,
OETLLoader iLoader,
List<OETLBlock> iEndBlocks,
OCommandContext iContext)
Creates an ETL processor by setting all the components on construction.
|
Modifier and Type | Class and Description |
---|---|
class |
OETLAbstractLoader
ETL Abstract Loader component.
|
class |
OETLOrientDBLoader
ETL Loader that saves record into OrientDB database.
|
class |
OETLOutputLoader
ETL Loader that saves record into OrientDB database.
|
Copyright © 2009–2020 OrientDB. All rights reserved.