
public interface OLoader extends OETLComponent
| Modifier and Type | Method and Description |
|---|---|
void |
beginLoader(OETLPipeline pipeline) |
void |
endLoader(OETLPipeline pipeline) |
long |
getProgress() |
String |
getUnit() |
void |
load(OETLPipeline pipeline,
Object input,
OCommandContext context) |
void |
rollback(OETLPipeline pipeline) |
begin, configure, end, getConfiguration, getNamevoid load(OETLPipeline pipeline, Object input, OCommandContext context)
void beginLoader(OETLPipeline pipeline)
void endLoader(OETLPipeline pipeline)
long getProgress()
String getUnit()
void rollback(OETLPipeline pipeline)
Copyright © 2009–2025 OrientDB. All rights reserved.