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

java.lang.Object
  extended byorg.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
(package private) 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 Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.