| Modifier and Type | Field and Description |
|---|---|
protected OETLProcessor |
OAbstractETLComponent.processor |
protected OETLProcessor |
OETLPipeline.processor |
| Modifier and Type | Method and Description |
|---|---|
OETLProcessor |
OETLProcessor.parse(Collection<ODocument> iBeginBlocks,
ODocument iSource,
ODocument iExtractor,
Collection<ODocument> iTransformers,
ODocument iLoader,
Collection<ODocument> iEndBlocks,
OCommandContext ctx)
Creates an ETL processor by setting the configuration of each component.
|
OETLProcessor |
OETLProcessor.parse(ODocument cfg,
OCommandContext ctx) |
static OETLProcessor |
OETLProcessor.parseConfigAndParameters(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
void |
OETLComponent.configure(OETLProcessor processor,
ODocument configuration,
OCommandContext context)
Called by the @OETLProcessor
|
void |
OAbstractETLComponent.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
| Constructor and Description |
|---|
OETLPipeline(OETLProcessor processor,
List<OTransformer> transformers,
OLoader loader,
OETLProcessor.LOG_LEVELS logLevel,
int maxRetries,
boolean haltOnError) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCodeBlock.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OLetBlock.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OConsoleBlock.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
OJDBCExtractor.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OCSVExtractor.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
ORowExtractor.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OXmlExtractor.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
OOrientDBLoader.configure(OETLProcessor iProcessor,
ODocument conf,
OCommandContext iContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
OHttpSource.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OContentSource.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OFileSource.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCodeTransformer.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OBlockTransformer.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OLinkTransformer.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OCSVTransformer.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext)
Deprecated.
|
void |
OEdgeTransformer.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OLogTransformer.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OVertexTransformer.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OFieldTransformer.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OAbstractLookupTransformer.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OCommandTransformer.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
void |
OFlowTransformer.configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext) |
Copyright © 2009–2025 OrientDB. All rights reserved.