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 NanoClockExponentialBackOffPolicy.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 (NanoClock.SYSTEMby default). -
Uses of NanoClock in com.google.api.client.util
Fields in com.google.api.client.util declared as NanoClockModifier and TypeFieldDescription(package private) NanoClockExponentialBackOff.Builder.nanoClockNano clock.private final NanoClockExponentialBackOff.nanoClockNano clock.static final NanoClockNanoClock.SYSTEMProvides the default System implementation of a nano clock by usingSystem.nanoTime().Methods in com.google.api.client.util that return NanoClockModifier and TypeMethodDescriptionfinal NanoClockExponentialBackOff.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 (NanoClock.SYSTEMby default).