voldemort.store.stats
Class StoreClientFactoryStatsJmx

java.lang.Object
  extended by voldemort.store.stats.StoreClientFactoryStatsJmx

public class StoreClientFactoryStatsJmx
extends java.lang.Object

A wrapper class to expose store client factory stats via JMX


Constructor Summary
StoreClientFactoryStatsJmx(StoreClientFactoryStats stats)
          Class for JMX
 
Method Summary
 int getbootStrapEvents()
           
 int getFailedBootStrapEvents()
           
 int getReBootStrapEvents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreClientFactoryStatsJmx

public StoreClientFactoryStatsJmx(StoreClientFactoryStats stats)
Class for JMX

Method Detail

getFailedBootStrapEvents

public int getFailedBootStrapEvents()

getReBootStrapEvents

public int getReBootStrapEvents()

getbootStrapEvents

public int getbootStrapEvents()


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