Interface OETLLoader
- All Superinterfaces:
AutoCloseable,OETLComponent
- All Known Implementing Classes:
OETLAbstractLoader,OETLOrientDBLoader,OETLOutputLoader
ETL Loader.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbeginLoader(OETLPipeline pipeline) voidclose()getPool()longgetUnit()voidload(ODatabaseDocument db, Object input, OCommandContext context) voidMethods inherited from interface com.orientechnologies.orient.etl.OETLComponent
begin, configure, end, getConfiguration, getContext, getName, getProcessor, setProcessor
-
Method Details
-
load
-
beginLoader
-
getProgress
long getProgress() -
getUnit
String getUnit() -
rollback
-
getPool
ODatabasePool getPool() -
close
void close()- Specified by:
closein interfaceAutoCloseable
-