Package org.apache.hadoop.hbase.quotas
Class QuotaCache.RefreshableExpiringValueCache<T>
java.lang.Object
org.apache.hadoop.hbase.quotas.QuotaCache.RefreshableExpiringValueCache<T>
- Enclosing class:
- QuotaCache
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRefreshableExpiringValueCache
(String name, Duration refreshPeriod, QuotaCache.ThrowingSupplier<T> supplier) -
Method Summary
-
Field Details
-
name
-
cache
-
-
Constructor Details
-
RefreshableExpiringValueCache
RefreshableExpiringValueCache(String name, Duration refreshPeriod, QuotaCache.ThrowingSupplier<T> supplier)
-
-
Method Details
-
get
-
refresh
void refresh() -
invalidate
void invalidate()
-