Package | Description |
---|---|
com.orientechnologies.orient.etl | |
com.orientechnologies.orient.etl.extractor |
Modifier and Type | Field and Description |
---|---|
protected OETLExtractor |
OETLProcessor.extractor |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Class<? extends OETLExtractor>> |
OETLComponentFactory.extractors |
Modifier and Type | Method and Description |
---|---|
OETLExtractor |
OETLProcessor.getExtractor() |
OETLExtractor |
OETLComponentFactory.getExtractor(String iName) |
Modifier and Type | Method and Description |
---|---|
OETLComponentFactory |
OETLComponentFactory.registerExtractor(Class<? extends OETLExtractor> 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.
|
Modifier and Type | Class and Description |
---|---|
class |
OETLAbstractExtractor
ETL abstract extractor.
|
class |
OETLAbstractSourceExtractor
ETL abstract extractor.
|
class |
OETLCSVExtractor
An extractor based on Apache Commons CSV Created by frank on 10/5/15.
|
class |
OETLJDBCExtractor |
class |
OETLJsonExtractor |
class |
OETLRowExtractor |
class |
OETLXmlExtractor |
Copyright © 2009–2020 OrientDB. All rights reserved.