| Package | Description |
|---|---|
| com.orientechnologies.orient.etl | |
| com.orientechnologies.orient.etl.source |
| Modifier and Type | Field and Description |
|---|---|
protected OSource |
OETLProcessor.source |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Class<? extends OSource>> |
OETLComponentFactory.sources |
| Modifier and Type | Method and Description |
|---|---|
OSource |
OETLProcessor.getSource() |
OSource |
OETLComponentFactory.getSource(String iName) |
| Modifier and Type | Method and Description |
|---|---|
OETLComponentFactory |
OETLComponentFactory.registerSource(Class<? extends OSource> 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractSource
ETL Abstract Source component.
|
class |
OContentSource
ETL Source created with a string content.
|
class |
OFileSource |
class |
OHttpSource
Extracts data from HTTP endpoint.
|
class |
OInputSource
ETL Source that reads from System.in
|
Copyright © 2009–2025 OrientDB. All rights reserved.