public class PlainStreamExtractor extends AbstractBaseExtractor
| Constructor and Description |
|---|
PlainStreamExtractor(String id) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcess(ExecutionResult result)
Process the execution result as input.
|
void |
register(Hive hive,
FolderItemFactory folderItemFactory) |
createInput, fillNoError, process, setError, unregisterpublic PlainStreamExtractor(String id)
protected void doProcess(ExecutionResult result)
AbstractBaseExtractorThis method will only be called if no execution error occurred. Otherwise the error flags of all data items are automatically set.
This method must apply the attributes from AbstractBaseExtractor.fillNoError(Map) when
updating items. This is needed since applying them afterwards would cause
two updates on the dataitem and the state would by async to the value
itself.
doProcess in class AbstractBaseExtractorresult - the execution result that has to be processespublic void register(Hive hive, FolderItemFactory folderItemFactory)
register in interface Extractorregister in class AbstractBaseExtractor