| Package | Description |
|---|---|
| com.google.cloud |
Core classes for the
gcloud-java library. |
| Modifier and Type | Method and Description |
|---|---|
Clock |
ServiceOptions.clock()
Returns the service's clock.
|
static Clock |
Clock.defaultClock()
Returns the default clock.
|
| Modifier and Type | Method and Description |
|---|---|
B |
ServiceOptions.Builder.clock(Clock clock)
Sets the service's clock.
|
static <V> V |
RetryHelper.runWithRetries(Callable<V> callable,
RetryParams params,
ExceptionHandler exceptionHandler,
Clock clock) |
Copyright © 2016 Google. All rights reserved.