Uses of Interface
com.google.api.client.util.NanoClock
-
Packages that use NanoClock Package Description com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.com.google.api.client.util General utilities used throughout this library. -
-
Uses of NanoClock in com.google.api.client.http
Methods in com.google.api.client.http that return NanoClock Modifier and Type Method Description NanoClock
ExponentialBackOffPolicy.Builder. getNanoClock()
Deprecated.Returns the nano clock.Methods in com.google.api.client.http with parameters of type NanoClock Modifier and Type Method Description ExponentialBackOffPolicy.Builder
ExponentialBackOffPolicy.Builder. setNanoClock(NanoClock nanoClock)
Deprecated.Sets the nano clock (SYSTEM
by default). -
Uses of NanoClock in com.google.api.client.util
Fields in com.google.api.client.util declared as NanoClock Modifier and Type Field Description static NanoClock
NanoClock. SYSTEM
Provides the default System implementation of a nano clock by usingSystem.nanoTime()
.Methods in com.google.api.client.util that return NanoClock Modifier and Type Method Description NanoClock
ExponentialBackOff.Builder. getNanoClock()
Returns the nano clock.Methods in com.google.api.client.util with parameters of type NanoClock Modifier and Type Method Description ExponentialBackOff.Builder
ExponentialBackOff.Builder. setNanoClock(NanoClock nanoClock)
Sets the nano clock (SYSTEM
by default).
-