Uses of Class
voldemort.store.stats.StoreClientFactoryStats.Tracked

Packages that use StoreClientFactoryStats.Tracked
voldemort.store.stats Store wrappers which deal with statistics 
 

Uses of StoreClientFactoryStats.Tracked in voldemort.store.stats
 

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

Methods in voldemort.store.stats with parameters of type StoreClientFactoryStats.Tracked
 int StoreClientFactoryStats.getCount(StoreClientFactoryStats.Tracked metric)
           
 void StoreClientFactoryStats.incrementCount(StoreClientFactoryStats.Tracked metric)
           
 



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