Class OETLOutputLoader
java.lang.Object
com.orientechnologies.orient.etl.OETLAbstractComponent
com.orientechnologies.orient.etl.loader.OETLAbstractLoader
com.orientechnologies.orient.etl.loader.OETLOutputLoader
- All Implemented Interfaces:
OETLLoader,OETLComponent,AutoCloseable
ETL Loader that saves record into OrientDB database.
-
Field Summary
Fields inherited from class com.orientechnologies.orient.etl.loader.OETLAbstractLoader
progressFields inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
configuration, context, ifExpression, output, processor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getName()Return the symbolic name of the componentgetPool()getUnit()voidload(ODatabaseDocument db, Object input, OCommandContext context) voidMethods inherited from class com.orientechnologies.orient.etl.loader.OETLAbstractLoader
beginLoader, getProgressMethods inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
begin, configure, debug, end, error, error, format, getCommonConfigurationParameters, getContext, getIfFilter, getProcessor, info, resolve, setProcessor, skip, stringArray2Json, toString, warnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.etl.OETLComponent
begin, configure, end, getContext, getProcessor, setProcessor
-
Constructor Details
-
OETLOutputLoader
public OETLOutputLoader()
-
-
Method Details
-
load
-
getUnit
-
rollback
-
getPool
-
getConfiguration
- Specified by:
getConfigurationin interfaceOETLComponent- Overrides:
getConfigurationin classOETLAbstractComponent- Returns:
-
getName
Description copied from interface:OETLComponentReturn the symbolic name of the component- Returns:
- the name of the component
-
close
public void close()
-