|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Processor
Processor represents the Tez entity responsible for
consuming Input and producing Output.
| Method Summary | |
|---|---|
void |
close()
Closes the Processor |
void |
handleEvents(List<Event> processorEvents)
Handles user and system generated Events. |
void |
initialize(TezProcessorContext processorContext)
Initializes the Processor |
| Method Detail |
|---|
void initialize(TezProcessorContext processorContext)
throws Exception
Processor
processorContext -
IOException - if an error occurs
Exceptionvoid handleEvents(List<Event> processorEvents)
Events.
processorEvents - the list of Events
void close()
throws Exception
Processor
IOException - if an error occurs
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||