com.sleepycat.je
Class CheckpointConfig

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

public class CheckpointConfig
extends Object

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


Field Summary
static CheckpointConfig DEFAULT
           
 
Constructor Summary
CheckpointConfig()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Method Summary
 boolean getForce()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getKBytes()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 boolean getMinimizeRecoveryTime()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getMinutes()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setForce(boolean force)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setKBytes(int kbytes)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setMinimizeRecoveryTime(boolean minimizeRecoveryTime)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setMinutes(int minutes)
          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

public static final CheckpointConfig DEFAULT
Constructor Detail

CheckpointConfig

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

Method Detail

setKBytes

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


getKBytes

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


setMinutes

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


getMinutes

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


setForce

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


getForce

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


setMinimizeRecoveryTime

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


getMinimizeRecoveryTime

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



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