public interface OETLLoader extends OETLComponent
Modifier and Type | Method and Description |
---|---|
void |
beginLoader(OETLPipeline pipeline) |
void |
close() |
ODatabasePool |
getPool() |
long |
getProgress() |
String |
getUnit() |
void |
load(ODatabaseDocument db,
Object input,
OCommandContext context) |
void |
rollback(ODatabaseDocument db) |
begin, configure, end, getConfiguration, getName, setProcessor
void load(ODatabaseDocument db, Object input, OCommandContext context)
void beginLoader(OETLPipeline pipeline)
long getProgress()
String getUnit()
void rollback(ODatabaseDocument db)
ODatabasePool getPool()
void close()
Copyright © 2009–2020 OrientDB. All rights reserved.