Uses of Class
cn.sliew.milky.common.unit.TimeValue
-
Packages that use TimeValue Package Description cn.sliew.milky.common.cache.local cn.sliew.milky.common.unit -
-
Uses of TimeValue in cn.sliew.milky.common.cache.local
Methods in cn.sliew.milky.common.cache.local with parameters of type TimeValue Modifier and Type Method Description CacheBuilder<K,V>CacheBuilder. setExpireAfterAccess(TimeValue expireAfterAccess)Sets the amount of time before an entry in the cache expires after it was last accessed.CacheBuilder<K,V>CacheBuilder. setExpireAfterWrite(TimeValue expireAfterWrite)Sets the amount of time before an entry in the cache expires after it was written. -
Uses of TimeValue in cn.sliew.milky.common.unit
Fields in cn.sliew.milky.common.unit declared as TimeValue Modifier and Type Field Description static TimeValueTimeValue. MINUS_ONEstatic TimeValueTimeValue. ZEROMethods in cn.sliew.milky.common.unit that return TimeValue Modifier and Type Method Description static TimeValueTimeValue. parseTimeValue(String sValue)static TimeValueTimeValue. parseTimeValue(String sValue, TimeValue defaultValue)static TimeValueTimeValues. timeValueHours(long hours)static TimeValueTimeValues. timeValueMillis(long millis)static TimeValueTimeValues. timeValueMinutes(long minutes)static TimeValueTimeValues. timeValueNanos(long nanos)static TimeValueTimeValues. timeValueSeconds(long seconds)Methods in cn.sliew.milky.common.unit with parameters of type TimeValue Modifier and Type Method Description intTimeValue. compareTo(TimeValue timeValue)static TimeValueTimeValue. parseTimeValue(String sValue, TimeValue defaultValue)
-