Package | Description |
---|---|
com.orientechnologies.orient.etl | |
com.orientechnologies.orient.etl.block |
Modifier and Type | Field and Description |
---|---|
protected List<OETLBlock> |
OETLProcessor.beginBlocks |
protected Map<String,Class<? extends OETLBlock>> |
OETLComponentFactory.blocks |
protected List<OETLBlock> |
OETLProcessor.endBlocks |
Modifier and Type | Method and Description |
---|---|
OETLBlock |
OETLComponentFactory.getBlock(String iName) |
Modifier and Type | Method and Description |
---|---|
OETLComponentFactory |
OETLComponentFactory.registerBlock(Class<? extends OETLBlock> iComponent) |
Constructor and Description |
---|
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.
|
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 |
OETLAbstractBlock
Abstract Block.
|
class |
OETLCodeBlock
Executes arbitrary code in any supported language by JVM.
|
class |
OETLConsoleBlock
Executes the OrientDB console.
|
class |
OETLLetBlock |
Copyright © 2009–2020 OrientDB. All rights reserved.