public class EntityMemcacheStats extends java.lang.Object implements MemcacheStats
Modifier and Type | Class and Description |
---|---|
class |
EntityMemcacheStats.Stat |
Constructor and Description |
---|
EntityMemcacheStats() |
Modifier and Type | Method and Description |
---|---|
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) |
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