
javadoc.com.google.common.base.class-use.Ticker.html Maven / Gradle / Ivy
The newest version!
Uses of Class com.google.common.base.Ticker (Guava: Google Core Libraries for Java 11.0.1 API)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Uses of Class
com.google.common.base.Ticker
Packages that use Ticker
com.google.common.base
Basic utility libraries and interfaces.
com.google.common.cache
This package contains caching utilities.
Uses of Ticker in com.google.common.base
Methods in com.google.common.base that return Ticker
static Ticker
Ticker.systemTicker()
A ticker that reads the current time using System.nanoTime()
.
Constructors in com.google.common.base with parameters of type Ticker
Stopwatch(Ticker ticker)
Creates (but does not start) a new stopwatch, using the specified time
source.
Uses of Ticker in com.google.common.cache
Methods in com.google.common.cache with parameters of type Ticker
CacheBuilder<K,V>
CacheBuilder.ticker(Ticker ticker)
Specifies a nanosecond-precision time source for use in determining when entries should be
expired.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Copyright © 2010-2012. All Rights Reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy