| Package | Description |
|---|---|
| com.google.appengine.tools.cloudstorage |
| Modifier and Type | Method and Description |
|---|---|
RetryParams |
RetryParams.Builder.build()
Create an instance of RetryParams with the parameters set in this builder
|
static RetryParams |
RetryParams.getDefaultInstance()
Retrieve an instance with the default parameters
|
RetryParams |
GcsServiceOptions.getRetryParams() |
| Modifier and Type | Method and Description |
|---|---|
static GcsService |
GcsServiceFactory.createGcsService(RetryParams params) |
static <V> V |
RetryHelper.runWithRetries(Callable<V> callable,
RetryParams params,
ExceptionHandler exceptionHandler) |
GcsServiceOptions.Builder |
GcsServiceOptions.Builder.setRetryParams(RetryParams retryParams) |
| Constructor and Description |
|---|
Builder(RetryParams retryParams) |
Copyright © 2016 Google. All rights reserved.