Uses of Class
voldemort.store.quota.QuotaType

Packages that use QuotaType
voldemort.store.quota   
 

Uses of QuotaType in voldemort.store.quota
 

Methods in voldemort.store.quota that return QuotaType
static QuotaType QuotaType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QuotaType[] QuotaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in voldemort.store.quota with parameters of type QuotaType
static java.lang.String QuotaUtils.makeQuotaKey(java.lang.String storeName, QuotaType quotaType)
           
 



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