Interface OperatorEventHandler
-
- All Known Implementing Classes:
CollectSinkOperator,SourceOperator
public interface OperatorEventHandlerInterface for handlers of operator events on the operator side. Operator events are sent between anOperatorCoordinatorand a runtime operator (which registers this handler).The counterpart to this handler is the
OperatorCoordinator.handleEventFromOperator(int, int, OperatorEvent)method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleOperatorEvent(OperatorEvent evt)
-
-
-
Method Detail
-
handleOperatorEvent
void handleOperatorEvent(OperatorEvent evt)
-
-