public class OETLCSVExtractor extends OETLAbstractSourceExtractor
Modifier and Type | Field and Description |
---|---|
protected OETLExtractedItem |
next |
reader
current, total
configuration, context, ifExpression, output, processor
Constructor and Description |
---|
OETLCSVExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
configure(ODocument iConfiguration,
OCommandContext iContext)
Called by the @OETLProcessor
|
void |
extract(Reader iReader) |
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() |
end
getProgress, getTotal, remove
begin, getCommonConfigurationParameters, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
begin, setProcessor
forEachRemaining
protected OETLExtractedItem next
public ODocument getConfiguration()
getConfiguration
in interface OETLComponent
getConfiguration
in class OETLAbstractExtractor
public String getName()
OETLComponent
public String getUnit()
public void configure(ODocument iConfiguration, OCommandContext iContext)
OETLComponent
configure
in interface OETLComponent
configure
in class OETLAbstractComponent
public void extract(Reader iReader)
extract
in interface OETLExtractor
extract
in class OETLAbstractSourceExtractor
public boolean hasNext()
hasNext
in interface Iterator<OETLExtractedItem>
hasNext
in class OETLAbstractSourceExtractor
protected boolean isFinite(Float f)
public OETLExtractedItem next()
Copyright © 2009–2020 OrientDB. All rights reserved.