com.sleepycat.je.evictor
Class Evictor.EvictProfile

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

static class Evictor.EvictProfile
extends Object


Constructor Summary
Evictor.EvictProfile()
           
 
Method Summary
 boolean clear()
           
 boolean count(IN target)
           
 List<Long> getCandidates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Evictor.EvictProfile

Evictor.EvictProfile()
Method Detail

count

public boolean count(IN target)

getCandidates

public List<Long> getCandidates()

clear

public boolean clear()


Copyright (c) 2004-2010 Oracle. All rights reserved.