Uses of Class
voldemort.store.stats.ClientSocketStats

Packages that use ClientSocketStats
voldemort.store.socket A store implementation that works remotely over a tcp/ip socket interacting with a SocketServer on the the other side. 
voldemort.store.socket.clientrequest More classes related to how to parse client requests 
voldemort.store.stats Store wrappers which deal with statistics 
 

Uses of ClientSocketStats in voldemort.store.socket
 

Constructors in voldemort.store.socket with parameters of type ClientSocketStats
SocketStore(java.lang.String storeName, long timeoutMs, SocketDestination dest, ClientRequestExecutorPool pool, RequestRoutingType requestRoutingType, ClientSocketStats stats)
           
 

Uses of ClientSocketStats in voldemort.store.socket.clientrequest
 

Methods in voldemort.store.socket.clientrequest that return ClientSocketStats
 ClientSocketStats ClientRequestExecutorPool.getStats()
           
 

Constructors in voldemort.store.socket.clientrequest with parameters of type ClientSocketStats
ClientRequestExecutorFactory(int selectors, int connectTimeoutMs, int soTimeoutMs, int socketBufferSize, boolean socketKeepAlive, ClientSocketStats stats)
           
 

Uses of ClientSocketStats in voldemort.store.stats
 

Methods in voldemort.store.stats that return types with arguments of type ClientSocketStats
 java.util.concurrent.ConcurrentMap<SocketDestination,ClientSocketStats> ClientSocketStats.getStatsMap()
           
 

Constructors in voldemort.store.stats with parameters of type ClientSocketStats
ClientSocketStats(ClientSocketStats parent, SocketDestination destination, QueuedKeyedResourcePool<SocketDestination,ClientRequestExecutor> pool, java.lang.String identifierString)
          To construct a per node stats object
ClientSocketStatsJmx(ClientSocketStats stats)
          Class for JMX
 



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