voldemort.store.quota
Class QuotaUtils

java.lang.Object
  extended by voldemort.store.quota.QuotaUtils

public class QuotaUtils
extends java.lang.Object


Constructor Summary
QuotaUtils()
           
 
Method Summary
static java.lang.String makeQuotaKey(java.lang.String storeName, QuotaType quotaType)
           
static java.util.Set<java.lang.String> validQuotaTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuotaUtils

public QuotaUtils()
Method Detail

makeQuotaKey

public static java.lang.String makeQuotaKey(java.lang.String storeName,
                                            QuotaType quotaType)

validQuotaTypes

public static java.util.Set<java.lang.String> validQuotaTypes()


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