Package | Description |
---|---|
com.sleepycat.client |
Modifier and Type | Method and Description |
---|---|
SCheckpointConfig |
SCheckpointConfig.setForce(boolean force)
Configure the checkpoint force option.
|
SCheckpointConfig |
SCheckpointConfig.setKBytes(int kBytes)
Configure the checkpoint log data threshold, in kilobytes.
|
SCheckpointConfig |
SCheckpointConfig.setMinutes(int minutes)
Configure the checkpoint time threshold, in minutes.
|
Modifier and Type | Method and Description |
---|---|
void |
SEnvironment.checkpoint(SCheckpointConfig config)
Synchronously checkpoint the database environment.
|
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.