Uses of Class
voldemort.store.rebalancing.ProxyPutStats

Packages that use ProxyPutStats
voldemort.store.rebalancing Server side wrapper stores used for redirection during rebalancing. 
 

Uses of ProxyPutStats in voldemort.store.rebalancing
 

Methods in voldemort.store.rebalancing that return ProxyPutStats
 ProxyPutStats RedirectingStore.getProxyPutStats()
           
 

Constructors in voldemort.store.rebalancing with parameters of type ProxyPutStats
ProxyPutStats(ProxyPutStats parent)
           
RedirectingStore(Store<ByteArray,byte[],byte[]> innerStore, MetadataStore metadata, StoreRepository storeRepository, FailureDetector detector, SocketStoreFactory storeFactory, java.util.concurrent.ExecutorService proxyPutWorkerPool, ProxyPutStats proxyPutStats)
           
 



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