public final class UpdatePhysicalPlanEventHandler extends Object implements CompilerEventHandler<UpdatePhysicalPlanEvent>
| Modifier and Type | Method and Description |
|---|---|
Class<UpdatePhysicalPlanEvent> |
getEventClass()
fetches the class of the event.
|
void |
onNext(UpdatePhysicalPlanEvent updatePhysicalPlanEvent) |
void |
setScheduler(Scheduler scheduler) |
public void setScheduler(Scheduler scheduler)
public Class<UpdatePhysicalPlanEvent> getEventClass()
CommonEventHandlergetEventClass in interface CommonEventHandler<UpdatePhysicalPlanEvent>public void onNext(UpdatePhysicalPlanEvent updatePhysicalPlanEvent)
onNext in interface org.apache.reef.wake.EventHandler<UpdatePhysicalPlanEvent>Copyright © 2018. All rights reserved.