Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Event methodDescription

processNext(IStreamObject object, int port)

Process a New stream element is received

processPunctuation(IPunctuation punctuation, int port)

Process a New punctuation is received

processOpen()

 Processing has started

processClose()

 Processing has stopped

processDone() 

No more stream elements are sent

processDone(int port) 

No more stream elements are sent by a source

createOutputSchema (int port)

Output schema has to be created

sourceSubscribed()

New source is subscribed

sourceUnsubscribed()

Source is unsubscribed

ao_init()

Logical operator is initialized

po_init()

Physical operator is initialized

...