org.apache.falcon.rerun.event
Class RerunEventFactory<T extends RerunEvent>
java.lang.Object
org.apache.falcon.rerun.event.RerunEventFactory<T>
- Type Parameters:
T
-
public class RerunEventFactory<T extends RerunEvent>
- extends Object
Factory implementation to dole out specific implementations of RerunEvent.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RerunEventFactory
public RerunEventFactory()
getRerunEvent
public T getRerunEvent(String type,
String line)
retryEventFromString
public T retryEventFromString(String line)
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.