Uses of Interface
com.google.api.core.ApiClock
-
Packages that use ApiClock Package Description com.google.api.core -
-
Uses of ApiClock in com.google.api.core
Classes in com.google.api.core that implement ApiClock Modifier and Type Class Description classCurrentMillisClockImplementation of theApiClockinterface, which usesSystem.currentTimeMillis()as time source.classNanoClockDefault implementation of the ApiClock interface, using call to System.nanoTime().Methods in com.google.api.core that return ApiClock Modifier and Type Method Description static ApiClockCurrentMillisClock. getDefaultClock()static ApiClockNanoClock. getDefaultClock()
-