com.sleepycat.db
public class CheckpointConfig extends 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) |