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 NanoClockExponentialBackOffPolicy.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.BuilderExponentialBackOffPolicy.Builder. setNanoClock(NanoClock nanoClock)Deprecated.Sets the nano clock (SYSTEMby 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 (package private) NanoClockExponentialBackOff.Builder. nanoClockNano clock.private NanoClockExponentialBackOff. nanoClockNano clock.static NanoClockNanoClock. SYSTEMProvides 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 NanoClockExponentialBackOff.Builder. getNanoClock()Returns the nano clock.Methods in com.google.api.client.util with parameters of type NanoClock Modifier and Type Method Description ExponentialBackOff.BuilderExponentialBackOff.Builder. setNanoClock(NanoClock nanoClock)Sets the nano clock (SYSTEMby default).
-