com.sleepycat.je.evictor
Class TargetSelector.EvictProfile

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

static class TargetSelector.EvictProfile
extends Object


Constructor Summary
TargetSelector.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

TargetSelector.EvictProfile

TargetSelector.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.