java.lang.Object
org.apache.falcon.rerun.handler.AbstractRerunConsumer<LaterunEvent,T>
org.apache.falcon.rerun.handler.LateRerunConsumer<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- Runnable
public class LateRerunConsumer<T extends LateRerunHandler<DelayedQueue<LaterunEvent>>>
- extends AbstractRerunConsumer<LaterunEvent,T>
A consumer of late reruns.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LateRerunConsumer
public LateRerunConsumer(T handler)
handleRerun
protected void handleRerun(String cluster,
String jobStatus,
LaterunEvent message)
- Specified by:
handleRerun
in class AbstractRerunConsumer<LaterunEvent,T extends LateRerunHandler<DelayedQueue<LaterunEvent>>>
detectLate
public String detectLate(LaterunEvent message)
throws Exception
- Throws:
Exception
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.