org.apache.derby.impl.services.cache
Class CacheStat

java.lang.Object
  extended by org.apache.derby.impl.services.cache.CacheStat

 class CacheStat
extends java.lang.Object


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

findHit

protected int findHit

findMiss

protected int findMiss

findFault

protected int findFault

findCachedHit

protected int findCachedHit

findCachedMiss

protected int findCachedMiss

create

protected int create

ageOut

protected int ageOut

cleanAll

protected int cleanAll

remove

protected int remove

initialSize

protected long initialSize

maxSize

protected long maxSize

currentSize

protected long currentSize

data

protected long[] data
Constructor Detail

CacheStat

CacheStat()
Method Detail

getStats

public long[] getStats()

reset

public void reset()

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.