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