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 java.lang.Object


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

clear

public boolean clear()


Copyright 2004,2008 Oracle. All rights reserved.