com.sleepycat.je.evictor
Class Evictor.EvictProfile

java.lang.Object
  extended bycom.sleepycat.je.evictor.Evictor.EvictProfile
Enclosing class:
Evictor

public static class Evictor.EvictProfile
extends Object


Constructor Summary
Evictor.EvictProfile()
           
 
Method Summary
 boolean clear()
           
(package private)  boolean count(IN target)
           
(package private)  boolean dump(StringBuffer sb)
           
 int getNEvictedBINs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Evictor.EvictProfile

public Evictor.EvictProfile()
Method Detail

count

boolean count(IN target)

dump

boolean dump(StringBuffer sb)

clear

public boolean clear()

getNEvictedBINs

public int getNEvictedBINs()
Returns:


Copyright 2004 Sleepycat, Inc. All Rights Reserved.