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