Package org.apache.falcon.rerun.handler

Class Summary
AbstractRerunConsumer<T extends RerunEvent,M extends AbstractRerunHandler<T,DelayedQueue<T>>> Base class for a rerun consumer.
AbstractRerunHandler<T extends RerunEvent,M extends DelayedQueue<T>> Base class for handling reruns.
LateRerunConsumer<T extends LateRerunHandler<DelayedQueue<LaterunEvent>>> A consumer of late reruns.
LateRerunHandler<M extends DelayedQueue<LaterunEvent>> An implementation of handler for late reruns.
RerunHandlerFactory A factory implementation to dole out rerun handlers.
RetryConsumer<T extends RetryHandler<DelayedQueue<RetryEvent>>> A consumer of retry events which reruns the workflow in the workflow engine.
RetryHandler<M extends DelayedQueue<RetryEvent>> An implementation of retry handler that kicks off retries until the configured attempts are exhausted.
 



Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.