|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.objectify.impl.EntityMemcacheStats
public class EntityMemcacheStats
Tracks hit/miss statistics for the memcache.
Nested Class Summary | |
---|---|
class |
EntityMemcacheStats.Stat
|
Constructor Summary | |
---|---|
EntityMemcacheStats()
|
Method Summary | |
---|---|
java.util.concurrent.ConcurrentHashMap<java.lang.String,EntityMemcacheStats.Stat> |
getStats()
Get the live statistics. |
void |
recordHit(com.google.appengine.api.datastore.Key key)
|
void |
recordMiss(com.google.appengine.api.datastore.Key key)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityMemcacheStats()
Method Detail |
---|
public java.util.concurrent.ConcurrentHashMap<java.lang.String,EntityMemcacheStats.Stat> getStats()
public void recordHit(com.google.appengine.api.datastore.Key key)
recordHit
in interface MemcacheStats
public void recordMiss(com.google.appengine.api.datastore.Key key)
recordMiss
in interface MemcacheStats
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |