Package | Description |
---|---|
com.google.cloud |
Core classes for the
google-cloud library. |
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Method and Description |
---|---|
static RetryOption |
RetryOption.initialRetryDelay(org.threeten.bp.Duration initialRetryDelay)
|
static RetryOption |
RetryOption.jittered(boolean jittered)
See
RetrySettings.isJittered() ()}. |
static RetryOption |
RetryOption.maxAttempts(int maxAttempts)
|
static RetryOption |
RetryOption.maxRetryDelay(org.threeten.bp.Duration maxRetryDelay)
|
static RetryOption |
RetryOption.retryDelayMultiplier(double retryDelayMultiplier)
|
static RetryOption |
RetryOption.totalTimeout(org.threeten.bp.Duration totalTimeout)
|
Modifier and Type | Method and Description |
---|---|
static RetrySettings |
RetryOption.mergeToSettings(RetrySettings settings,
RetryOption... options)
Creates a new
RetrySettings instance, merging provided settings and multiple RetryOptions , each of which represents a single property in RetrySettings . |
Modifier and Type | Method and Description |
---|---|
RetryOption |
BigQuery.QueryOption.getRetryOption() |
Modifier and Type | Method and Description |
---|---|
static BigQuery.QueryOption |
BigQuery.QueryOption.of(RetryOption waitOption) |
Job |
Job.waitFor(RetryOption... waitOptions)
Blocks until this job completes its execution, either failing or succeeding.
|
Modifier and Type | Method and Description |
---|---|
Operation |
Operation.waitFor(RetryOption... waitOptions)
Blocks until this operation completes its execution, either failing or succeeding.
|
Modifier and Type | Method and Description |
---|---|
Operation<R,M> |
Operation.waitFor(RetryOption... waitOptions)
Blocks till the operation is complete or maximum time, if specified, has elapsed.
|
Copyright © 2019 Google LLC. All rights reserved.