- java.lang.Object
-
- org.apache.derby.impl.services.cache.CacheStat
-
-
Constructor Summary
Constructors
Constructor and Description |
CacheStat() |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
long[] |
getStats() |
void |
reset() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
findHit
protected int findHit
-
findMiss
protected int findMiss
-
findFault
protected int findFault
-
create
protected int create
-
ageOut
protected int ageOut
-
cleanAll
protected int cleanAll
-
remove
protected int remove
-
maxSize
protected long maxSize
-
data
protected long[] data
-
Method Detail
-
getStats
public long[] getStats()
-
reset
public void reset()
Built on Wed 2016-01-20 21:51:32+0000, from revision ???
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.