|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.store.stats.StoreStatsJmx
public class StoreStatsJmx
A wrapper class to expose store stats via JMX
Constructor Summary | |
---|---|
StoreStatsJmx(StoreStats stats)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoreStatsJmx(StoreStats stats)
Method Detail |
---|
@Deprecated public long getNumberOfCallsToGetAll()
public double getAverageGetAllCompletionTimeInMs()
public float getGetAllThroughput()
public float getGetAllThroughputInBytes()
public double getAverageGetAllCount()
public long getMaxGetAllCount()
@Deprecated public long getNumberOfCallsToGet()
public double getAverageGetCompletionTimeInMs()
public float getGetThroughput()
public float getGetThroughputInBytes()
@Deprecated public long getNumberOfCallsToGetVersions()
public double getAverageGetVersionsCompletionTimeInMs()
public float getGetVersionsThroughput()
@Deprecated public long getNumberOfCallsToPut()
public double getAveragePutCompletionTimeInMs()
public float getPutThroughput()
public float getPutThroughputInBytes()
@Deprecated public long getNumberOfCallsToDelete()
public double getAverageDeleteCompletionTimeInMs()
public float getDeleteThroughput()
@Deprecated public long getNumberOfObsoleteVersions()
@Deprecated public long getNumberOfExceptions()
public double getAvgOperationCompletionTimeInMs()
public double getOperationThroughput()
public double getOperationThroghputInBytes()
public double getPercentGetReturningEmptyResponse()
public double getPercentGetVersionsReturningEmptyResponse()
public double getPercentGetAllReturningEmptyResponse()
public long getMaxPutLatency()
public long getMaxGetLatency()
public long getMaxGetVersionsLatency()
public long getMaxGetAllLatency()
public long getMaxDeleteLatency()
public double getQ95PutLatency()
public double getQ95GetLatency()
public double getQ95GetVersionsLatency()
public double getQ95GetAllLatency()
public double getQ95DeleteLatency()
public double getQ99PutLatency()
public double getQ99GetLatency()
public double getQ99GetVersionsLatency()
public double getQ99GetAllLatency()
public double getQ99DeleteLatency()
public long getMaxPutSizeInBytes()
public long getMaxGetAllSizeInBytes()
public long getMaxGetSizeInBytes()
public long getMaxPutKeySizeInBytes()
public long getMaxGetAllKeySizeInBytes()
public long getMaxGetKeySizeInBytes()
public long getMaxDeleteKeySizeInBytes()
public double getAverageGetSizeInBytes()
public double getAverageGetAllSizeInBytes()
public double getAveragePutSizeInBytes()
public double getAverageGetKeySizeInBytes()
public double getAverageGetAllKeySizeInBytes()
public double getAveragePutKeySizeInBytes()
public double getAverageDeleteKeySizeInBytes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |