public class OETLRowExtractor extends OETLAbstractSourceExtractor
Modifier and Type | Field and Description |
---|---|
protected BufferedReader |
bReader |
protected String |
lineFeed |
protected boolean |
multiLine |
protected OETLExtractedItem |
next |
reader
current, total
configuration, context, ifExpression, output, processor
Constructor and Description |
---|
OETLRowExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
configure(ODocument iConfiguration,
OCommandContext iContext)
Called by the @OETLProcessor
|
void |
end() |
void |
extract(Reader iReader) |
protected OETLExtractedItem |
fetchNext() |
String |
getName()
Return the symbolic name of the component
|
String |
getUnit() |
boolean |
hasNext() |
OETLExtractedItem |
next() |
protected String |
readLine() |
getConfiguration, 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 BufferedReader bReader
protected OETLExtractedItem next
protected boolean multiLine
protected String lineFeed
public String getName()
OETLComponent
public void configure(ODocument iConfiguration, OCommandContext iContext)
OETLComponent
configure
in interface OETLComponent
configure
in class OETLAbstractComponent
public boolean hasNext()
hasNext
in interface Iterator<OETLExtractedItem>
hasNext
in class OETLAbstractSourceExtractor
public OETLExtractedItem next()
public void extract(Reader iReader)
extract
in interface OETLExtractor
extract
in class OETLAbstractSourceExtractor
public void end()
end
in interface OETLComponent
end
in class OETLAbstractSourceExtractor
public String getUnit()
protected OETLExtractedItem fetchNext() throws IOException
IOException
protected String readLine() throws IOException
IOException
Copyright © 2009–2020 OrientDB. All rights reserved.