com.sleepycat.db
Class StatsConfig

java.lang.Object
  extended by com.sleepycat.db.StatsConfig

public class StatsConfig
extends java.lang.Object


Field Summary
static StatsConfig DEFAULT
           
 
Constructor Summary
StatsConfig()
           
 
Method Summary
 boolean getClear()
           
 boolean getFast()
           
 void setClear(boolean clear)
           
 void setFast(boolean fast)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final StatsConfig DEFAULT
Constructor Detail

StatsConfig

public StatsConfig()
Method Detail

setClear

public void setClear(boolean clear)

getClear

public boolean getClear()

setFast

public void setFast(boolean fast)

getFast

public boolean getFast()