| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractETLPipelineComponent
ETL Pipeline abstract component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractBlock
Abstract Block.
|
class |
OCodeBlock
Executes arbitrary code in any supported language by JVM.
|
class |
OConsoleBlock
Executes the OrientDB console.
|
class |
OLetBlock |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractLoader
ETL Abstract Loader component.
|
class |
OOrientDBLoader
ETL Loader that saves record into OrientDB database.
|
class |
OOutputLoader
ETL Loader that saves record into OrientDB database.
|
class |
OStreamLoader
Loader implementation based on events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractSource
ETL Abstract Source component.
|
class |
OContentSource
ETL Source created with a string content.
|
class |
OFileSource |
class |
OHttpSource
Extracts data from HTTP endpoint.
|
class |
OInputSource
ETL Source that reads from System.in
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractLookupTransformer
Merges two records.
|
class |
OAbstractTransformer
Abstract Transformer.
|
class |
OBlockTransformer
Pass-through Transformer that execute a block.
|
class |
OCodeTransformer
Executes arbitrary code in any supported language by JVM.
|
class |
OCommandTransformer
Executes a command.
|
class |
OCSVTransformer
Deprecated.
use OCSVExtractor
|
class |
OEdgeTransformer |
class |
OFieldTransformer |
class |
OFlowTransformer |
class |
OJSONTransformer |
class |
OLinkTransformer
Converts a JOIN in LINK
|
class |
OLogTransformer
ETL Transformer that logs the input.
|
class |
OMergeTransformer
Merges two records.
|
class |
OVertexTransformer |
Copyright © 2009–2025 OrientDB. All rights reserved.