|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |