
public class OETLCSVExtractor extends OETLAbstractSourceExtractor
| Modifier and Type | Field and Description |
|---|---|
protected OETLExtractedItem |
next |
readercurrent, totalconfiguration, context, ifExpression, output, processor| Constructor and Description |
|---|
OETLCSVExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.orientechnologies.orient.core.record.impl.ODocument iConfiguration,
com.orientechnologies.orient.core.command.OCommandContext iContext)
Called by the @OETLProcessor
|
void |
extract(Reader iReader) |
com.orientechnologies.orient.core.record.impl.ODocument |
getConfiguration() |
String |
getName()
Return the symbolic name of the component
|
String |
getUnit() |
boolean |
hasNext() |
protected boolean |
isFinite(Float f)
Backport copy of Float.isFinite() method that was introduced since Java 1.8 but we must support 1.6.
|
OETLExtractedItem |
next() |
endgetProgress, getTotal, removebegin, getCommonConfigurationParameters, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbegin, setProcessorforEachRemainingprotected OETLExtractedItem next
public com.orientechnologies.orient.core.record.impl.ODocument getConfiguration()
getConfiguration in interface OETLComponentgetConfiguration in class OETLAbstractExtractorpublic String getName()
OETLComponentpublic String getUnit()
public void configure(com.orientechnologies.orient.core.record.impl.ODocument iConfiguration,
com.orientechnologies.orient.core.command.OCommandContext iContext)
OETLComponentconfigure in interface OETLComponentconfigure in class OETLAbstractComponentpublic void extract(Reader iReader)
extract in interface OETLExtractorextract in class OETLAbstractSourceExtractorpublic boolean hasNext()
hasNext in interface Iterator<OETLExtractedItem>hasNext in class OETLAbstractSourceExtractorprotected boolean isFinite(Float f)
public OETLExtractedItem next()
Copyright © 2009–2018 OrientDB. All rights reserved.