
public class OETLPipeline extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OCommandContext |
context |
protected ODatabaseDocumentTx |
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() |
ODatabaseDocumentTx |
getDocumentDatabase() |
OrientBaseGraph |
getGraphDatabase() |
OETLPipeline |
setDocumentDatabase(ODatabaseDocumentTx 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 ODatabaseDocumentTx 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 ODatabaseDocumentTx getDocumentDatabase()
public OETLPipeline setDocumentDatabase(ODatabaseDocumentTx iDb)
public OrientBaseGraph getGraphDatabase()
public OETLPipeline setGraphDatabase(OrientBaseGraph iGraph)
public OCommandContext getContext()
protected Object execute(OExtractedItem source)
public void end()
Copyright © 2009–2016 Orient Technologies. All rights reserved.