Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.CheckpointConfig

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 5.0.34

Copyright (c) 2004-2011 Oracle. All rights reserved.