Uses of Interface
com.google.api.core.ApiClock
Packages that use ApiClock
-
Uses of ApiClock in com.google.api.core
Classes in com.google.api.core that implement ApiClockModifier and TypeClassDescriptionfinal classImplementation of theApiClockinterface, which usesSystem.currentTimeMillis()as time source.final classDefault implementation of the ApiClock interface, using call to System.nanoTime().Methods in com.google.api.core that return ApiClockModifier and TypeMethodDescriptionstatic ApiClockCurrentMillisClock.getDefaultClock()static ApiClockNanoClock.getDefaultClock()