com.sleepycat.db
Class CheckpointConfig

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

public class CheckpointConfig
extends java.lang.Object


Field Summary
static CheckpointConfig DEFAULT
           
 
Constructor Summary
CheckpointConfig()
           
 
Method Summary
 boolean getForce()
           
 int getKBytes()
           
 int getMinutes()
           
 void setForce(boolean force)
           
 void setKBytes(int kBytes)
           
 void setMinutes(int minutes)
           
 
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()
Method Detail

setKBytes

public void setKBytes(int kBytes)

getKBytes

public int getKBytes()

setMinutes

public void setMinutes(int minutes)

getMinutes

public int getMinutes()

setForce

public void setForce(boolean force)

getForce

public boolean getForce()