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