Package org.apache.nemo.driver
Class NemoContext.ContextStartHandler
- java.lang.Object
-
- org.apache.nemo.driver.NemoContext.ContextStartHandler
-
- All Implemented Interfaces:
org.apache.reef.wake.EventHandler<org.apache.reef.evaluator.context.events.ContextStart>
- Enclosing class:
- NemoContext
public final class NemoContext.ContextStartHandler extends java.lang.Object implements org.apache.reef.wake.EventHandler<org.apache.reef.evaluator.context.events.ContextStart>
Called when the context starts.
-
-
Constructor Summary
Constructors Constructor Description ContextStartHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onNext(org.apache.reef.evaluator.context.events.ContextStart contextStart)
-