|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.db.CheckpointConfig
public class CheckpointConfig
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 |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |