com.sleepycat.je.evictor
Class TargetSelector.SetupInfo

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

static class TargetSelector.SetupInfo
extends Object

Struct returned when setting up an eviction batch.


Field Summary
(package private)  int maxINsPerBatch
           
(package private)  long specialEvictionBytes
           
 
Constructor Summary
TargetSelector.SetupInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

specialEvictionBytes

long specialEvictionBytes

maxINsPerBatch

int maxINsPerBatch
Constructor Detail

TargetSelector.SetupInfo

TargetSelector.SetupInfo()


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