| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Field | Description |
|---|---|---|
static CheckpointConfig |
CheckpointConfig.DEFAULT |
Default configuration used if null is passed to
Environment.checkpoint. |
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Environment.checkpoint(CheckpointConfig ckptConfig) |
Synchronously checkpoint the database environment.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.