Uses of Class
com.google.appengine.tools.cloudstorage.RetryParams
-
Packages that use RetryParams Package Description com.google.appengine.tools.cloudstorage -
-
Uses of RetryParams in com.google.appengine.tools.cloudstorage
Methods in com.google.appengine.tools.cloudstorage that return RetryParams Modifier and Type Method and Description RetryParams
RetryParams.Builder. build()
Create an instance of RetryParams with the parameters set in this builderstatic RetryParams
RetryParams. getDefaultInstance()
Retrieve an instance with the default parametersRetryParams
GcsServiceOptions. getRetryParams()
Methods in com.google.appengine.tools.cloudstorage with parameters of type RetryParams 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)
Constructors in com.google.appengine.tools.cloudstorage with parameters of type RetryParams Constructor and Description Builder(RetryParams retryParams)
-
Copyright © 2016 Google. All rights reserved.