|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.CheckpointConfig
public class CheckpointConfig
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 |
---|
public static final CheckpointConfig DEFAULT
Constructor Detail |
---|
public CheckpointConfig()
Method Detail |
---|
public void setKBytes(int kbytes)
public int getKBytes()
public void setMinutes(int minutes)
public int getMinutes()
public void setForce(boolean force)
public boolean getForce()
public void setMinimizeRecoveryTime(boolean minimizeRecoveryTime)
public boolean getMinimizeRecoveryTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |