Class OETLAbstractLoader
java.lang.Object
com.orientechnologies.orient.etl.OETLAbstractComponent
com.orientechnologies.orient.etl.loader.OETLAbstractLoader
- All Implemented Interfaces:
OETLLoader,OETLComponent,AutoCloseable
- Direct Known Subclasses:
OETLOrientDBLoader,OETLOutputLoader
ETL Abstract Loader component.
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
configuration, context, ifExpression, output, processor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
begin, configure, debug, end, error, error, format, getCommonConfigurationParameters, getConfiguration, 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, getConfiguration, getContext, getName, getProcessor, setProcessor
-
Field Details
-
progress
-
-
Constructor Details
-
OETLAbstractLoader
public OETLAbstractLoader()
-
-
Method Details
-
beginLoader
- Specified by:
beginLoaderin interfaceOETLLoader
-
getProgress
public long getProgress()- Specified by:
getProgressin interfaceOETLLoader
-