Package | Description |
---|---|
com.orientechnologies.orient.etl | |
com.orientechnologies.orient.etl.transformer |
Modifier and Type | Field and Description |
---|---|
protected List<OETLTransformer> |
OETLPipeline.transformers |
protected Map<String,Class<? extends OETLTransformer>> |
OETLComponentFactory.transformers |
protected List<OETLTransformer> |
OETLProcessor.transformers |
Modifier and Type | Method and Description |
---|---|
OETLTransformer |
OETLComponentFactory.getTransformer(String iName) |
Modifier and Type | Method and Description |
---|---|
List<OETLTransformer> |
OETLProcessor.getTransformers() |
Modifier and Type | Method and Description |
---|---|
OETLComponentFactory |
OETLComponentFactory.registerTransformer(Class<? extends OETLTransformer> iComponent) |
Constructor and Description |
---|
OETLPipeline(OETLProcessor processor,
List<OETLTransformer> transformers,
OETLLoader loader,
Level logLevel,
int maxRetries,
boolean haltOnError) |
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 |
OETLAbstractLookupTransformer
Merges two records.
|
class |
OETLAbstractTransformer
Abstract Transformer.
|
class |
OETLBlockTransformer
Pass-through Transformer that execute a block.
|
class |
OETLCodeTransformer
Executes arbitrary code in any supported language by JVM.
|
class |
OETLCommandTransformer
Executes a command.
|
class |
OETLEdgeTransformer |
class |
OETLFieldTransformer |
class |
OETLFlowTransformer |
class |
OETLJSONTransformer |
class |
OETLLinkTransformer
Converts a JOIN in LINK
|
class |
OETLLoadTransformer
Loads a record.
|
class |
OETLLogTransformer
ETL Transformer that logs the input.
|
class |
OETLMergeTransformer
Merges two records.
|
class |
OETLVertexTransformer |
Copyright © 2009–2020 OrientDB. All rights reserved.