| Package | Description |
|---|---|
| com.orientechnologies.orient.etl | |
| com.orientechnologies.orient.etl.extractor |
| Modifier and Type | Field and Description |
|---|---|
protected OExtractor |
OETLProcessor.extractor |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Class<? extends OExtractor>> |
OETLComponentFactory.extractors |
| Modifier and Type | Method and Description |
|---|---|
OExtractor |
OETLProcessor.getExtractor() |
OExtractor |
OETLComponentFactory.getExtractor(String iName) |
| Modifier and Type | Method and Description |
|---|---|
OETLComponentFactory |
OETLComponentFactory.registerExtractor(Class<? extends OExtractor> 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 |
OAbstractExtractor
ETL abstract extractor.
|
class |
OAbstractSourceExtractor
ETL abstract extractor.
|
class |
OCSVExtractor
An extractor based on Apache Commons CSV
Created by frank on 10/5/15.
|
class |
OJDBCExtractor |
class |
OJsonExtractor |
class |
ORowExtractor |
class |
OXmlExtractor |
Copyright © 2009–2025 OrientDB. All rights reserved.