Uses of Class
org.apache.falcon.rerun.event.RerunEvent.RerunType

Packages that use RerunEvent.RerunType
org.apache.falcon.rerun.event   
org.apache.falcon.rerun.handler   
 

Uses of RerunEvent.RerunType in org.apache.falcon.rerun.event
 

Methods in org.apache.falcon.rerun.event that return RerunEvent.RerunType
 RerunEvent.RerunType RerunEvent.getType()
           
static RerunEvent.RerunType RerunEvent.RerunType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RerunEvent.RerunType[] RerunEvent.RerunType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of RerunEvent.RerunType in org.apache.falcon.rerun.handler
 

Methods in org.apache.falcon.rerun.handler with parameters of type RerunEvent.RerunType
static AbstractRerunHandler RerunHandlerFactory.getRerunHandler(RerunEvent.RerunType type)
           
 



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