| Package | Description |
|---|---|
| org.apache.oozie.action |
| Modifier and Type | Method and Description |
|---|---|
ActionExecutor.RETRYPOLICY |
ActionExecutor.getRetryPolicy()
Return the retry policy for the action executor.
|
static ActionExecutor.RETRYPOLICY |
ActionExecutor.RETRYPOLICY.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionExecutor.RETRYPOLICY[] |
ActionExecutor.RETRYPOLICY.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionExecutor.setRetryPolicy(ActionExecutor.RETRYPOLICY retryPolicy)
Sets the retry policy for the action executor.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.