Uses of Interface
com.google.api.client.util.NanoClock
Packages that use NanoClock
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
General utilities used throughout this library.
-
Uses of NanoClock in com.google.api.client.http
Methods in com.google.api.client.http that return NanoClockModifier and TypeMethodDescriptionfinal NanoClock
ExponentialBackOffPolicy.Builder.getNanoClock()
Deprecated.Returns the nano clock.Methods in com.google.api.client.http with parameters of type NanoClockModifier and TypeMethodDescriptionExponentialBackOffPolicy.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 NanoClockModifier and TypeFieldDescription(package private) NanoClock
ExponentialBackOff.Builder.nanoClock
Nano clock.private final NanoClock
ExponentialBackOff.nanoClock
Nano clock.static final NanoClock
NanoClock.SYSTEM
Provides the default System implementation of a nano clock by usingSystem.nanoTime()
.Methods in com.google.api.client.util that return NanoClockModifier and TypeMethodDescriptionfinal NanoClock
ExponentialBackOff.Builder.getNanoClock()
Returns the nano clock.Methods in com.google.api.client.util with parameters of type NanoClockModifier and TypeMethodDescriptionExponentialBackOff.Builder.setNanoClock
(NanoClock nanoClock) Sets the nano clock (SYSTEM
by default).