Uses of Class
voldemort.store.quota.QuotaLimitStats

Packages that use QuotaLimitStats
voldemort.store.quota   
 

Uses of QuotaLimitStats in voldemort.store.quota
 

Constructors in voldemort.store.quota with parameters of type QuotaLimitStats
QuotaLimitingStore(Store<ByteArray,byte[],byte[]> innerStore, StoreStats storeStats, QuotaLimitStats quotaStats, FileBackedCachingStorageEngine quotaStore)
           
QuotaLimitStats(QuotaLimitStats parent)
           
QuotaLimitStats(QuotaLimitStats parent, long resetIntervalMs)
           
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu