class CacheStat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
CacheStat() |
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
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.