com.sleepycat.je.evictor
Class Evictor.EvictProfile

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

public static class Evictor.EvictProfile
extends Object


Constructor Summary
Evictor.EvictProfile()
           
 
Method Summary
 boolean clear()
           
 boolean count(IN target)
           
 List getCandidates()
           
 
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

public boolean count(IN target)

getCandidates

public List getCandidates()

clear

public boolean clear()


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.