|
Berkeley DB Java Edition version 4.0.117 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CheckpointConfig | |
|---|---|
| com.sleepycat.je | Foundation for creating environments, databases and transactions; provides cursor based data access. |
| Uses of CheckpointConfig in com.sleepycat.je |
|---|
| Fields in com.sleepycat.je declared as CheckpointConfig | |
|---|---|
static CheckpointConfig |
CheckpointConfig.DEFAULT
Default configuration used if null is passed to Environment.checkpoint. |
| Methods in com.sleepycat.je that return CheckpointConfig | |
|---|---|
CheckpointConfig |
CheckpointConfig.clone()
Returns a copy of this configuration object. |
CheckpointConfig |
CheckpointConfig.setForce(boolean force)
Configures the checkpoint force option. |
CheckpointConfig |
CheckpointConfig.setKBytes(int kbytes)
Configures the checkpoint log data threshold, in kilobytes. |
CheckpointConfig |
CheckpointConfig.setMinimizeRecoveryTime(boolean minimizeRecoveryTime)
Configures the minimize recovery time option. |
CheckpointConfig |
CheckpointConfig.setMinutes(int minutes)
Configures the checkpoint time threshold, in minutes. |
| Methods in com.sleepycat.je with parameters of type CheckpointConfig | |
|---|---|
void |
Environment.checkpoint(CheckpointConfig ckptConfig)
Synchronously checkpoint the database environment. |
|
Berkeley DB Java Edition version 4.0.117 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||