public class OETLPipeline extends Object
Modifier and Type | Field and Description |
---|---|
protected OCommandContext |
context |
protected boolean |
haltOnError |
protected OETLLoader |
loader |
protected Level |
logLevel |
protected int |
maxRetries |
protected ODatabasePool |
pool |
protected OETLProcessor |
processor |
protected List<OETLTransformer> |
transformers |
Constructor and Description |
---|
OETLPipeline(OETLProcessor processor,
List<OETLTransformer> transformers,
OETLLoader loader,
Level logLevel,
int maxRetries,
boolean haltOnError) |
Modifier and Type | Method and Description |
---|---|
void |
begin() |
void |
end() |
protected Object |
execute(OETLExtractedItem source) |
OCommandContext |
getContext() |
void |
setPool(ODatabasePool pool) |
protected final OETLProcessor processor
protected final List<OETLTransformer> transformers
protected final OETLLoader loader
protected final OCommandContext context
protected final Level logLevel
protected final int maxRetries
protected boolean haltOnError
protected ODatabasePool pool
public OETLPipeline(OETLProcessor processor, List<OETLTransformer> transformers, OETLLoader loader, Level logLevel, int maxRetries, boolean haltOnError)
public void begin()
public void setPool(ODatabasePool pool)
public OCommandContext getContext()
protected Object execute(OETLExtractedItem source)
public void end()
Copyright © 2009–2020 OrientDB. All rights reserved.