java.lang.Object
org.apache.falcon.rerun.handler.AbstractRerunConsumer<RetryEvent,T>
org.apache.falcon.rerun.handler.RetryConsumer<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- Runnable
public class RetryConsumer<T extends RetryHandler<DelayedQueue<RetryEvent>>>
- extends AbstractRerunConsumer<RetryEvent,T>
A consumer of retry events which reruns the workflow in the workflow engine.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetryConsumer
public RetryConsumer(T handler)
handleRerun
protected void handleRerun(String cluster,
String jobStatus,
RetryEvent message)
- Specified by:
handleRerun
in class AbstractRerunConsumer<RetryEvent,T extends RetryHandler<DelayedQueue<RetryEvent>>>
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.