|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.taskqueue.RetryOptions.Builder
public static final class RetryOptions.Builder
Provides static creation methods for RetryOptions
.
Method Summary | |
---|---|
static RetryOptions |
withDefaults()
Returns default RetryOptions . |
static RetryOptions |
withMaxBackoffSeconds(double maxBackoffSeconds)
Returns default RetryOptions and calls
RetryOptions.maxBackoffSeconds(double) . |
static RetryOptions |
withMaxDoublings(int maxDoublings)
Returns default RetryOptions and calls RetryOptions.maxDoublings(int) . |
static RetryOptions |
withMinBackoffSeconds(double minBackoffSeconds)
Returns default RetryOptions and calls
RetryOptions.minBackoffSeconds(double) . |
static RetryOptions |
withTaskAgeLimitSeconds(long taskAgeLimitSeconds)
Returns default RetryOptions and calls
RetryOptions.taskAgeLimitSeconds(long) . |
static RetryOptions |
withTaskRetryLimit(int taskRetryLimit)
Returns default RetryOptions and calls RetryOptions.taskRetryLimit(int) . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RetryOptions withTaskRetryLimit(int taskRetryLimit)
RetryOptions
and calls RetryOptions.taskRetryLimit(int)
.
public static RetryOptions withTaskAgeLimitSeconds(long taskAgeLimitSeconds)
RetryOptions
and calls
RetryOptions.taskAgeLimitSeconds(long)
.
public static RetryOptions withMinBackoffSeconds(double minBackoffSeconds)
RetryOptions
and calls
RetryOptions.minBackoffSeconds(double)
.
public static RetryOptions withMaxBackoffSeconds(double maxBackoffSeconds)
RetryOptions
and calls
RetryOptions.maxBackoffSeconds(double)
.
public static RetryOptions withMaxDoublings(int maxDoublings)
RetryOptions
and calls RetryOptions.maxDoublings(int)
.
public static RetryOptions withDefaults()
RetryOptions
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |