org.apache.falcon.rerun.event
Class RerunEventFactory<T extends RerunEvent>

java.lang.Object
  extended by 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.


Constructor Summary
RerunEventFactory()
           
 
Method Summary
 T getRerunEvent(String type, String line)
           
 T retryEventFromString(String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RerunEventFactory

public RerunEventFactory()
Method Detail

getRerunEvent

public T getRerunEvent(String type,
                       String line)

retryEventFromString

public T retryEventFromString(String line)


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