Class OETLAbstractSourceExtractor
java.lang.Object
com.orientechnologies.orient.etl.OETLAbstractComponent
com.orientechnologies.orient.etl.extractor.OETLAbstractExtractor
com.orientechnologies.orient.etl.extractor.OETLAbstractSourceExtractor
- All Implemented Interfaces:
OETLExtractor,OETLComponent,Iterator<OETLExtractedItem>
- Direct Known Subclasses:
OETLCSVExtractor,OETLJsonExtractor,OETLRowExtractor,OETLXmlExtractor
ETL abstract extractor.
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.etl.extractor.OETLAbstractExtractor
current, totalFields 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.extractor.OETLAbstractExtractor
getConfiguration, getProgress, getTotal, removeMethods inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
begin, configure, debug, 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 java.util.Iterator
forEachRemaining, nextMethods inherited from interface com.orientechnologies.orient.etl.OETLComponent
begin, configure, getContext, getName, getProcessor, setProcessorMethods inherited from interface com.orientechnologies.orient.etl.extractor.OETLExtractor
getUnit
-
Field Details
-
reader
-
-
Constructor Details
-
OETLAbstractSourceExtractor
public OETLAbstractSourceExtractor()
-
-
Method Details
-
extract
-
hasNext
public boolean hasNext() -
end
public void end()- Specified by:
endin interfaceOETLComponent- Overrides:
endin classOETLAbstractComponent
-