Class NemoDriver.FailedContextHandler

  • All Implemented Interfaces:
    org.apache.reef.wake.EventHandler<org.apache.reef.driver.context.FailedContext>
    Enclosing class:
    NemoDriver

    public final class NemoDriver.FailedContextHandler
    extends java.lang.Object
    implements org.apache.reef.wake.EventHandler<org.apache.reef.driver.context.FailedContext>
    Context failed.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onNext​(org.apache.reef.driver.context.FailedContext failedContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FailedContextHandler

        public FailedContextHandler()
    • Method Detail

      • onNext

        public void onNext​(org.apache.reef.driver.context.FailedContext failedContext)
        Specified by:
        onNext in interface org.apache.reef.wake.EventHandler<org.apache.reef.driver.context.FailedContext>