Berkeley DB Java Edition
version 3.3.75

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 with parameters of type CheckpointConfig
 void Environment.checkpoint(CheckpointConfig ckptConfig)
          Synchronously checkpoint the database environment.
 


Berkeley DB Java Edition
version 3.3.75

Copyright (c) 2004,2008 Oracle. All rights reserved.