org.infinispan.server.memcached.commands
Class MemcachedStatsImpl

java.lang.Object
  extended by org.infinispan.server.memcached.commands.MemcachedStatsImpl
All Implemented Interfaces:
MemcachedStats, Stats

public class MemcachedStatsImpl
extends Object
implements MemcachedStats, Stats

MemcachedStats.

Since:
4.1
Author:
Galder ZamarreƱo

Method Summary
 long getCasBadval()
           
 long getCasHits()
           
 long getCasMisses()
           
 int getCurrentNumberOfEntries()
           
 long getDecrHits()
           
 long getDecrMisses()
           
 long getEvictions()
           
 long getHits()
           
 long getIncrHits()
           
 long getIncrMisses()
           
 long getMisses()
           
 long getRemoveHits()
           
 long getRemoveMisses()
           
 long getRetrievals()
           
 long getStores()
           
 long getTimeSinceStart()
           
 long getTotalNumberOfEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCasBadval

public long getCasBadval()
Specified by:
getCasBadval in interface MemcachedStats

getCasHits

public long getCasHits()
Specified by:
getCasHits in interface MemcachedStats

getCasMisses

public long getCasMisses()
Specified by:
getCasMisses in interface MemcachedStats

getDecrHits

public long getDecrHits()
Specified by:
getDecrHits in interface MemcachedStats

getDecrMisses

public long getDecrMisses()
Specified by:
getDecrMisses in interface MemcachedStats

getIncrHits

public long getIncrHits()
Specified by:
getIncrHits in interface MemcachedStats

getIncrMisses

public long getIncrMisses()
Specified by:
getIncrMisses in interface MemcachedStats

getCurrentNumberOfEntries

public int getCurrentNumberOfEntries()
Specified by:
getCurrentNumberOfEntries in interface Stats
Returns:
Number of entries currently in the cache.

getEvictions

public long getEvictions()
Specified by:
getEvictions in interface Stats
Returns:
Number of cache eviction.

getHits

public long getHits()
Specified by:
getHits in interface Stats
Returns:
Number of cache get hits.

getMisses

public long getMisses()
Specified by:
getMisses in interface Stats
Returns:
Number of cache get misses.

getRemoveHits

public long getRemoveHits()
Specified by:
getRemoveHits in interface Stats
Returns:
Number of cache removal hits.

getRemoveMisses

public long getRemoveMisses()
Specified by:
getRemoveMisses in interface Stats
Returns:
Number of cache removal misses.

getRetrievals

public long getRetrievals()
Specified by:
getRetrievals in interface Stats
Returns:
Number of get operations.

getStores

public long getStores()
Specified by:
getStores in interface Stats
Returns:
Number of put operations on the cache.

getTimeSinceStart

public long getTimeSinceStart()
Specified by:
getTimeSinceStart in interface Stats
Returns:
Number of seconds since cache started.

getTotalNumberOfEntries

public long getTotalNumberOfEntries()
Specified by:
getTotalNumberOfEntries in interface Stats
Returns:
Number of entries stored in cache .

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.