|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Stats
Statistics from the cache, available via MemcacheService.getStatistics()
Method Summary | |
---|---|
long |
getBytesReturnedForHits()
Sum of key and value bytes in successful get() and contains(). |
long |
getHitCount()
The counter of "successful" MemcacheService.get(Object) or
MemcacheService.contains(Object) operations. |
long |
getItemCount()
Number of entries currently "alive" in the cache. |
int |
getMaxTimeWithoutAccess()
Milliseconds since last access of least-recently-used live entry. |
long |
getMissCount()
The counter of "unsuccessful" MemcacheService.get(Object) or
MemcacheService.contains(Object) operations. |
long |
getTotalItemBytes()
Sum of key and value sizes for all live entries currently in cache. |
Method Detail |
---|
long getHitCount()
MemcacheService.get(Object)
or
MemcacheService.contains(Object)
operations.
long getMissCount()
MemcacheService.get(Object)
or
MemcacheService.contains(Object)
operations.
long getBytesReturnedForHits()
long getItemCount()
long getTotalItemBytes()
int getMaxTimeWithoutAccess()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |