
public class ORowExtractor extends OAbstractSourceExtractor
| Modifier and Type | Field and Description |
|---|---|
protected BufferedReader |
bReader |
protected String |
lineFeed |
protected boolean |
multiLine |
protected OExtractedItem |
next |
readercurrent, totalcontext, ifExpression, logLevel, output, processor| Constructor and Description |
|---|
ORowExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext)
Called by the @OETLProcessor
|
void |
end() |
void |
extract(Reader iReader) |
protected OExtractedItem |
fetchNext() |
String |
getName()
Return the symbolic name of the component
|
String |
getUnit() |
boolean |
hasNext() |
OExtractedItem |
next() |
protected String |
readLine() |
getConfiguration, getProgress, getTotal, removebegin, getCommonConfigurationParameters, getIfFilter, log, resolve, skip, stringArray2Json, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbeginforEachRemainingprotected BufferedReader bReader
protected OExtractedItem next
protected boolean multiLine
protected String lineFeed
public String getName()
OETLComponentpublic void configure(OETLProcessor iProcessor, ODocument iConfiguration, OCommandContext iContext)
OETLComponentconfigure in interface OETLComponentconfigure in class OAbstractETLComponentpublic boolean hasNext()
hasNext in interface Iterator<OExtractedItem>hasNext in class OAbstractSourceExtractorpublic OExtractedItem next()
public void extract(Reader iReader)
extract in interface OExtractorextract in class OAbstractSourceExtractorpublic void end()
end in interface OETLComponentend in class OAbstractSourceExtractorpublic String getUnit()
protected OExtractedItem fetchNext() throws IOException
IOExceptionprotected String readLine() throws IOException
IOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.