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

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

Uses of ClientSocketStats.Tracked in voldemort.store.stats
 

Methods in voldemort.store.stats that return ClientSocketStats.Tracked
static ClientSocketStats.Tracked ClientSocketStats.Tracked.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClientSocketStats.Tracked[] ClientSocketStats.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 ClientSocketStats.Tracked
 int ClientSocketStats.getCount(ClientSocketStats.Tracked metric)
           
 void ClientSocketStats.incrementCount(SocketDestination dest, ClientSocketStats.Tracked metric)
           
 



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