
public class OETLPipeline extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OCommandContext |
context |
protected ODatabaseDocument |
db |
protected OrientBaseGraph |
graph |
protected boolean |
haltOnError |
protected OLoader |
loader |
protected OETLProcessor.LOG_LEVELS |
logLevel |
protected int |
maxRetries |
protected OETLProcessor |
processor |
protected List<OTransformer> |
transformers |
| 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 |
begin() |
void |
end() |
protected Object |
execute(OExtractedItem source) |
OCommandContext |
getContext() |
ODatabaseDocument |
getDocumentDatabase() |
OrientBaseGraph |
getGraphDatabase() |
OETLPipeline |
setDocumentDatabase(ODatabaseDocument iDb) |
OETLPipeline |
setGraphDatabase(OrientBaseGraph iGraph) |
protected final OETLProcessor processor
protected final List<OTransformer> transformers
protected final OLoader loader
protected final OCommandContext context
protected final OETLProcessor.LOG_LEVELS logLevel
protected final int maxRetries
protected boolean haltOnError
protected ODatabaseDocument db
protected OrientBaseGraph graph
public OETLPipeline(OETLProcessor processor, List<OTransformer> transformers, OLoader loader, OETLProcessor.LOG_LEVELS logLevel, int maxRetries, boolean haltOnError)
public void begin()
public ODatabaseDocument getDocumentDatabase()
public OETLPipeline setDocumentDatabase(ODatabaseDocument iDb)
public OrientBaseGraph getGraphDatabase()
public OETLPipeline setGraphDatabase(OrientBaseGraph iGraph)
public OCommandContext getContext()
protected Object execute(OExtractedItem source)
public void end()
Copyright © 2009–2025 OrientDB. All rights reserved.