Modifier and Type | Interface and Description |
---|---|
interface |
OETLPipelineComponent
ETL basic component.
|
Modifier and Type | Class and Description |
---|---|
class |
OETLAbstractComponent
ETL abstract component.
|
class |
OETLAbstractPipelineComponent
ETL Pipeline abstract component.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OETLProcessor.checkTypeCompatibility(OETLComponent iCurrentComponent,
OETLComponent iLastComponent) |
protected void |
OETLProcessorConfigurator.configureComponent(OETLComponent iComponent,
ODocument iCfg,
OCommandContext iContext) |
protected Class |
OETLProcessor.getClassByName(OETLComponent iComponent,
String iClassName) |
Modifier and Type | Interface and Description |
---|---|
interface |
OETLBlock
ETL Generic Block.
|
Modifier and Type | Class and Description |
---|---|
class |
OETLAbstractBlock
Abstract Block.
|
class |
OETLCodeBlock
Executes arbitrary code in any supported language by JVM.
|
class |
OETLConsoleBlock
Executes the OrientDB console.
|
class |
OETLLetBlock |
Modifier and Type | Interface and Description |
---|---|
interface |
OETLExtractor
ETL Extractor.
|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
OETLLoader
ETL Loader.
|
Modifier and Type | Class and Description |
---|---|
class |
OETLAbstractLoader
ETL Abstract Loader component.
|
class |
OETLOrientDBLoader
ETL Loader that saves record into OrientDB database.
|
class |
OETLOutputLoader
ETL Loader that saves record into OrientDB database.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OETLSource
ETL Source interface.
|
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
OETLTransformer
ETL Transformer.
|
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.