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, unregister
public PlainStreamExtractor(String id)
protected void doProcess(ExecutionResult result)
AbstractBaseExtractor
This 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 AbstractBaseExtractor
result
- the execution result that has to be processespublic void register(Hive hive, FolderItemFactory folderItemFactory)
register
in interface Extractor
register
in class AbstractBaseExtractor