|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.services.cache.CacheStat
class CacheStat
Field Summary | |
---|---|
protected int |
ageOut
|
protected int |
cleanAll
|
protected int |
create
|
protected long |
currentSize
|
protected long[] |
data
|
protected int |
findCachedHit
|
protected int |
findCachedMiss
|
protected int |
findFault
|
protected int |
findHit
|
protected int |
findMiss
|
protected long |
initialSize
|
protected long |
maxSize
|
protected int |
remove
|
Constructor Summary | |
---|---|
CacheStat()
|
Method Summary | |
---|---|
long[] |
getStats()
|
void |
reset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int findHit
protected int findMiss
protected int findFault
protected int findCachedHit
protected int findCachedMiss
protected int create
protected int ageOut
protected int cleanAll
protected int remove
protected long initialSize
protected long maxSize
protected long currentSize
protected long[] data
Constructor Detail |
---|
CacheStat()
Method Detail |
---|
public long[] getStats()
public void reset()
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |