| Package | Description |
|---|---|
| com.google.appengine.tools.cloudstorage |
| Modifier and Type | Class and Description |
|---|---|
class |
NonRetriableException
Thrown when RetryHelper callable has indicate it should not be retried.
|
class |
RetriesExhaustedException
Thrown when a RetryHelper has attempted the maximum number of attempts allowed by RetryParams
and was not successful.
|
class |
RetryInterruptedException
Thrown when a RetryHelper failed to complete its work due to interruption.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> V |
RetryHelper.runWithRetries(Callable<V> callable) |
static <V> V |
RetryHelper.runWithRetries(Callable<V> callable,
RetryParams params,
ExceptionHandler exceptionHandler) |
Copyright © 2016 Google. All rights reserved.