Uses of Class
org.docx4j.com.google.common.base.Ticker
Packages that use Ticker
-
Uses of Ticker in org.docx4j.com.google.common.base
Fields in org.docx4j.com.google.common.base declared as TickerModifier and TypeFieldDescriptionprivate static final TickerTicker.SYSTEM_TICKERprivate final TickerStopwatch.tickerMethods in org.docx4j.com.google.common.base that return TickerModifier and TypeMethodDescriptionstatic TickerTicker.systemTicker()A ticker that reads the current time usingSystem.nanoTime().Methods in org.docx4j.com.google.common.base with parameters of type TickerModifier and TypeMethodDescriptionstatic StopwatchStopwatch.createStarted(Ticker ticker) Creates (and starts) a new stopwatch, using the specified time source.static StopwatchStopwatch.createUnstarted(Ticker ticker) Creates (but does not start) a new stopwatch, using the specified time source.Constructors in org.docx4j.com.google.common.base with parameters of type Ticker -
Uses of Ticker in org.docx4j.com.google.common.cache
Fields in org.docx4j.com.google.common.cache declared as TickerModifier and TypeFieldDescription(package private) static final TickerCacheBuilder.NULL_TICKER(package private) @MonotonicNonNull TickerCacheBuilder.ticker(package private) final TickerLocalCache.tickerMeasures time in a testable way.Methods in org.docx4j.com.google.common.cache that return TickerModifier and TypeMethodDescription(package private) TickerCacheBuilder.getTicker(boolean recordsTime) Methods in org.docx4j.com.google.common.cache with parameters of type TickerModifier and TypeMethodDescriptionSpecifies a nanosecond-precision time source for this cache.