com.sleepycat.je
Class StatsConfig

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

public class StatsConfig
extends Object

Javadoc for this public class is generated via the doc templates in the doc_src directory.


Field Summary
(package private) static StatsConfig DEFAULT
           
 
Constructor Summary
StatsConfig()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Method Summary
 boolean getClear()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 boolean getFast()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getShowProgressInterval()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 PrintStream getShowProgressStream()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setClear(boolean clear)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setFast(boolean fast)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setShowProgressInterval(int showProgressInterval)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setShowProgressStream(PrintStream showProgressStream)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

static StatsConfig DEFAULT
Constructor Detail

StatsConfig

public StatsConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Method Detail

setFast

public void setFast(boolean fast)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getFast

public boolean getFast()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setClear

public void setClear(boolean clear)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getClear

public boolean getClear()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setShowProgressStream

public void setShowProgressStream(PrintStream showProgressStream)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getShowProgressStream

public PrintStream getShowProgressStream()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setShowProgressInterval

public void setShowProgressInterval(int showProgressInterval)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getShowProgressInterval

public int getShowProgressInterval()
Javadoc for this public method is generated via the doc templates in the doc_src directory.



Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.